summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 22:31:45 -0600
committerCase Duckworth2022-01-03 22:31:45 -0600
commit97a02eb0a4e8998074ad5c01adc4d98c6fe3c52a (patch)
tree56a684b30b6f390431787142d373daab7f19e669 /early-init.el
parentAdd sophomore (diff)
downloademacs-97a02eb0a4e8998074ad5c01adc4d98c6fe3c52a.tar.gz
emacs-97a02eb0a4e8998074ad5c01adc4d98c6fe3c52a.zip
Change fonts... again
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index 77a9ecf..2c9d2e6 100644 --- a/early-init.el +++ b/early-init.el
@@ -68,9 +68,9 @@ See `no-littering' for examples.")
68 68
69;; Fonts 69;; Fonts
70 70
71(let ((font-name "Go Mono") 71(let ((font-name "DejaVu Sans Mono")
72 (font-size 105) 72 (font-size 105)
73 (variable-font-name "Go") 73 (variable-font-name "DejaVu Sans")
74 (variable-font-size 1.0)) 74 (variable-font-size 1.0))
75 (set-face-attribute 'default nil :family font-name 75 (set-face-attribute 'default nil :family font-name
76 :height font-size :weight 'book) 76 :height font-size :weight 'book)