Change default variable-width font size

Also fix a typo in hook name.
This commit is contained in:
Case Duckworth 2021-05-04 11:42:32 -05:00
parent a4c3a6d3b9
commit ea9318e5f9
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
(:home "DejaVu Sans") (:home "DejaVu Sans")
(:work "Calibri") (:work "Calibri")
(:other "sans-serif")) (:other "sans-serif"))
acdw-fonts/variable-size 11) acdw-fonts/variable-size 12)
(acdw-fonts/set) (acdw-fonts/set)
(acdw-fonts/setup-emoji-fonts "Segoe UI Emoji" (acdw-fonts/setup-emoji-fonts "Segoe UI Emoji"
"Noto Color Emoji" "Noto Color Emoji"
@ -95,7 +95,7 @@
(acdw/setup-fringes) (acdw/setup-fringes)
;; only run this once ;; only run this once
(remove-function after-focus-change-function (remove-function after-focus-change-function
'hook--setup-fonts))) 'acdw/first-frame-setup)))
;;; Bootstrap package manager (`straight.el') ;;; Bootstrap package manager (`straight.el')