summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--early-init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/early-init.el b/early-init.el index 4037fde..e7d167f 100644 --- a/early-init.el +++ b/early-init.el
@@ -23,7 +23,7 @@
23(push (expand-file-name "lisp/" user-emacs-directory) 23(push (expand-file-name "lisp/" user-emacs-directory)
24 load-path) 24 load-path)
25(require 'acdw) 25(require 'acdw)
26 26(require 'acdw-frame)
27;;; Speed up init 27;;; Speed up init
28;; see doom-emacs, et al. 28;; see doom-emacs, et al.
29 29
@@ -87,9 +87,9 @@ say, `tool-bar-mode' once to toggle the tool bar back on."
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)
89 (acdw/set-first-face-attribute 'variable-pitch 89 (acdw/set-first-face-attribute 'variable-pitch
90 '((:font "Inter" :height 12) 90 '((:font "Inter" :height 120)
91 (:font "sans-serif" 91 (:font "sans-serif"
92 :height 10)))) 92 :height 100))))
93 (acdw/set-emoji-fonts "Segoe UI Emoji" 93 (acdw/set-emoji-fonts "Segoe UI Emoji"
94 "Noto Color Emoji" 94 "Noto Color Emoji"
95 "Apple Color Emoji" 95 "Apple Color Emoji"