summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-12 23:05:32 -0600
committerCase Duckworth2021-03-12 23:05:32 -0600
commit2a788b219c41c42a4c2f977051aa97a62c1c60cb (patch)
tree5d7782bfa6ff96197d5ea6fe5cebd689d9974162 /early-init.el
parentFix typo (diff)
downloademacs-2a788b219c41c42a4c2f977051aa97a62c1c60cb.tar.gz
emacs-2a788b219c41c42a4c2f977051aa97a62c1c60cb.zip
Change default font at home
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 62d8217..300b90d 100644 --- a/early-init.el +++ b/early-init.el
@@ -77,7 +77,7 @@
77 (left-fringe . 8) ; Width of fringes 77 (left-fringe . 8) ; Width of fringes
78 (right-fringe . 8) ; (8 is default) 78 (right-fringe . 8) ; (8 is default)
79 (font . ,(pcase acdw/system 79 (font . ,(pcase acdw/system
80 (:home "Terminus 12") 80 (:home "DejaVu Sans Mono 10")
81 (:work "Consolas 10")))) 81 (:work "Consolas 10"))))
82 frame-inhibit-implied-resize t ; Don't resize randomly 82 frame-inhibit-implied-resize t ; Don't resize randomly
83 frame-resize-pixelwise t ; Resize by pixels, not chars 83 frame-resize-pixelwise t ; Resize by pixels, not chars