summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--early-init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index e7d167f..bab026c 100644 --- a/early-init.el +++ b/early-init.el
@@ -81,8 +81,8 @@ say, `tool-bar-mode' once to toggle the tool bar back on."
81(add-hook 'after-make-frame-functions 81(add-hook 'after-make-frame-functions
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 '((:font "DejaVu Sans Mono" :height 100) 84 (let ((monospace-faces '((:font "Consolas" :height 100)
85 (:font "Consolas" :height 100) 85 (:font "DejaVu Sans Mono" :height 100)
86 (:font "monospace" :height 100)))) 86 (:font "monospace" :height 100))))
87 (acdw/set-first-face-attribute 'default monospace-faces) 87 (acdw/set-first-face-attribute 'default monospace-faces)
88 (acdw/set-first-face-attribute 'fixed-pitch monospace-faces) 88 (acdw/set-first-face-attribute 'fixed-pitch monospace-faces)