summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-22 15:04:39 -0500
committerCase Duckworth2021-08-22 15:04:39 -0500
commitb6509db9d57ceb71e159cc5a321150f08aaff6b8 (patch)
treea5706316f96da06be773dab8853e48dddd0f4511 /early-init.el
parentComment out form-feed (diff)
downloademacs-b6509db9d57ceb71e159cc5a321150f08aaff6b8.tar.gz
emacs-b6509db9d57ceb71e159cc5a321150f08aaff6b8.zip
Require 'acdw-frame
Diffstat (limited to 'early-init.el')
-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"