From 7ce9868c04636836b050ddc0ee7ee15946e5e686 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 9 Mar 2025 21:11:10 +0200 Subject: Add faces, incorporate top-level config --- init.el | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index bcb0fb1..9f23153 100644 --- a/init.el +++ b/init.el @@ -186,11 +186,6 @@ ;; Miscellany -(set-face-attribute 'default - nil - :font "Input Mono" - :height 130) - (set-fill-width 120 t) (set-tab-usage nil t) (set-tab-width 4 t) @@ -420,6 +415,15 @@ ;; This actually has to be hooked to after-init to be one of the first minor modes enabled :hook (after-init . envrc-global-mode)) +(use-package faces + :straight '(faces :type built-in) + :custom-face + (default ((t (:weight medium + :slant normal + :width normal + :font "Input Mono" + :height 130))))) + (use-package gcmh :straight t :custom -- cgit v1.2.3