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