From 4ba0c92df0e4d4e5406fe0fe676709b973674978 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 30 Mar 2021 12:30:51 -0500 Subject: Set all fonts on all possible systems --- early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'early-init.el') 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 @@ (right-fringe . 8) ; (8 is default) (font . ,(pcase acdw/system (:home "DejaVu Sans Mono 10") - (:work "Consolas 10")))) + (:work "Consolas 10") + (:other "monospace 10")))) frame-inhibit-implied-resize t ; Don't resize randomly frame-resize-pixelwise t ; Resize by pixels, not chars ) -- cgit 1.4.1-21-gabe81