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 25bc58c..3f1ebb0 100644 --- a/early-init.el +++ b/early-init.el
@@ -85,7 +85,7 @@
85 (:home "DejaVu Sans") 85 (:home "DejaVu Sans")
86 (:work "Calibri") 86 (:work "Calibri")
87 (:other "sans-serif")) 87 (:other "sans-serif"))
88 acdw-fonts/variable-size 11) 88 acdw-fonts/variable-size 12)
89 (acdw-fonts/set) 89 (acdw-fonts/set)
90 (acdw-fonts/setup-emoji-fonts "Segoe UI Emoji" 90 (acdw-fonts/setup-emoji-fonts "Segoe UI Emoji"
91 "Noto Color Emoji" 91 "Noto Color Emoji"
@@ -95,7 +95,7 @@
95 (acdw/setup-fringes) 95 (acdw/setup-fringes)
96 ;; only run this once 96 ;; only run this once
97 (remove-function after-focus-change-function 97 (remove-function after-focus-change-function
98 'hook--setup-fonts))) 98 'acdw/first-frame-setup)))
99 99
100 100
101;;; Bootstrap package manager (`straight.el') 101;;; Bootstrap package manager (`straight.el')