diff options
author | Case Duckworth | 2021-05-04 11:42:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-04 11:42:32 -0500 |
commit | ea9318e5f9eb1f64337d880911054385d473662f (patch) | |
tree | 3335f4732e6b2beb17f7a38345fe35cc12eacfad | |
parent | Add clhs and move common-lisp-ide to be in alpha order (diff) | |
download | emacs-ea9318e5f9eb1f64337d880911054385d473662f.tar.gz emacs-ea9318e5f9eb1f64337d880911054385d473662f.zip |
Change default variable-width font size
Also fix a typo in hook name.
-rw-r--r-- | early-init.el | 4 |
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') |