From 3414f55d93be9a100eb24ca17950c011ed382c1c Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 13 Jun 2026 21:42:15 +0200 Subject: [PATCH] chore: switch back to Hack --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index de6fce2ca7d7f50c5b22b8e1341059bb714a2699..41aa41836685ba8ed2c502eb00ca0645df008e01 100644 --- a/early-init.el +++ b/early-init.el @@ -68,7 +68,7 @@ '((vertical-scroll-bars . nil) (horizontal-scroll-bars . nil) ; Style - (font . "Comic Shanns Mono-14") + (font . "Hack") ;; (background-color . "#fbf7f0") ;; (foreground-color . "#000000") )))