summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-11 20:24:54 -0500
committerCase Duckworth2021-08-11 20:24:54 -0500
commit1042c6f60156f67463bfd2cf764bc4cc33a79207 (patch)
tree72d92b6d8f8e493ddfb7244bf07d5c33f742f620 /early-init.el
parentEnhance `customize' buffer for browsing (diff)
downloademacs-1042c6f60156f67463bfd2cf764bc4cc33a79207.tar.gz
emacs-1042c6f60156f67463bfd2cf764bc4cc33a79207.zip
Change font
I really should setup something based on what's /installed/, rather than
system... or not... hm.
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 90a2b0c..b964a5a 100644 --- a/early-init.el +++ b/early-init.el
@@ -87,7 +87,7 @@
87 (:work 12) 87 (:work 12)
88 (_ 10)) 88 (_ 10))
89 acdw-fonts/variable (acdw/system 89 acdw-fonts/variable (acdw/system
90 (:home "DejaVu Sans") 90 (:home "Inter")
91 (:work "Calibri") 91 (:work "Calibri")
92 (_ "sans-serif")) 92 (_ "sans-serif"))
93 acdw-fonts/variable-size (acdw/system 93 acdw-fonts/variable-size (acdw/system