summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--early-init.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/early-init.el b/early-init.el index dd4de60..f2b409a 100644 --- a/early-init.el +++ b/early-init.el
@@ -82,9 +82,8 @@ say, `tool-bar-mode' once to toggle the tool bar back on."
82 (defun after-make-frame@setup (&rest args) 82 (defun after-make-frame@setup (&rest args)
83 (ignore args) 83 (ignore args)
84 (let ((monospace-faces 84 (let ((monospace-faces
85 '((:font "Consolas" :height 100) 85 '((:font "DejaVu Sans Mono" :height 100)
86 (:font "DejaVu Sans Mono" :height 100) 86 (:font "Consolas" :height 100)
87 (:font "DejaVu Sans Mono Book" :height 100)
88 (:font "monospace" :height 100)))) 87 (:font "monospace" :height 100))))
89 (acdw/set-first-face-attribute 'default monospace-faces) 88 (acdw/set-first-face-attribute 'default monospace-faces)
90 (acdw/set-first-face-attribute 'fixed-pitch monospace-faces) 89 (acdw/set-first-face-attribute 'fixed-pitch monospace-faces)