summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-30 12:30:51 -0500
committerCase Duckworth2021-03-30 12:30:51 -0500
commit4ba0c92df0e4d4e5406fe0fe676709b973674978 (patch)
tree793f0d0b11a69fd46624460da248bb7e07b8a970 /early-init.el
parentFix arrayp bug in `acdw-modeline/vc-branch' (diff)
downloademacs-4ba0c92df0e4d4e5406fe0fe676709b973674978.tar.gz
emacs-4ba0c92df0e4d4e5406fe0fe676709b973674978.zip
Set all fonts on all possible systems
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index adc876a..2a6e068 100644 --- a/early-init.el +++ b/early-init.el
@@ -57,7 +57,8 @@
57 (right-fringe . 8) ; (8 is default) 57 (right-fringe . 8) ; (8 is default)
58 (font . ,(pcase acdw/system 58 (font . ,(pcase acdw/system
59 (:home "DejaVu Sans Mono 10") 59 (:home "DejaVu Sans Mono 10")
60 (:work "Consolas 10")))) 60 (:work "Consolas 10")
61 (:other "monospace 10"))))
61 frame-inhibit-implied-resize t ; Don't resize randomly 62 frame-inhibit-implied-resize t ; Don't resize randomly
62 frame-resize-pixelwise t ; Resize by pixels, not chars 63 frame-resize-pixelwise t ; Resize by pixels, not chars
63 ) 64 )