summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-24 23:07:45 -0500
committerCase Duckworth2021-08-24 23:07:45 -0500
commitb84ebb8cd9867c4f134dd5f4d5183849b04a9811 (patch)
treefeb1f8ae2d152c68532a1c3baf84fc09fdb9a7de /early-init.el
parentSetup `repeat-mode' real nice like (diff)
parentIDK change stuff (diff)
downloademacs-b84ebb8cd9867c4f134dd5f4d5183849b04a9811.tar.gz
emacs-b84ebb8cd9867c4f134dd5f4d5183849b04a9811.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs
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 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)