From fc03e35a0fdeed67770c2116725dc5cc46de73ea Mon Sep 17 00:00:00 2001 From: "Liv (pelsh) Hugger" Date: Sat, 28 Dec 2024 10:42:11 +0100 Subject: [PATCH] fix enoko's emacs font use --- dot_config/doom/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/doom/config.el b/dot_config/doom/config.el index a33fcce..6e5f4d2 100644 --- a/dot_config/doom/config.el +++ b/dot_config/doom/config.el @@ -7,7 +7,9 @@ (add-to-list 'default-frame-alist '(fullscreen . maximized)) (if (string-prefix-p "enoko" (system-name)) - (setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 27 :weight 'semi-light)) + (progn + (pixel-scroll-precision-mode) + (setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 15 :weight 'semi-light))) (setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 17 :weight 'semi-light))) ;; Load our cute color scheme