Change default font at home

This commit is contained in:
Case Duckworth 2021-03-12 23:05:32 -06:00
parent a1ed955633
commit 2a788b219c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
(left-fringe . 8) ; Width of fringes
(right-fringe . 8) ; (8 is default)
(font . ,(pcase acdw/system
(:home "Terminus 12")
(:home "DejaVu Sans Mono 10")
(:work "Consolas 10"))))
frame-inhibit-implied-resize t ; Don't resize randomly
frame-resize-pixelwise t ; Resize by pixels, not chars