From 2c60dd7d19f7327a0f04282ad00c375d0fab1a65 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Tue, 25 Jun 2024 20:05:57 +0200 Subject: [PATCH] feat: use Hack font --- early-init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/early-init.el b/early-init.el index a726e55..258aef7 100644 --- a/early-init.el +++ b/early-init.el @@ -56,6 +56,11 @@ ;; Font rendering performance (setq-default font-lock-support-mode 'jit-lock-mode) (setq-default font-lock-multiline t) +(customize-set-variable + 'default-frame-alist + '((font . "Hack") + (background-color . "#282828") + (foreground-color . "#ebdbb2"))) (when (fboundp 'startup-redirect-eln-cache) (startup-redirect-eln-cache -- 2.48.1