fix enoko's emacs font use

This commit is contained in:
insects 2024-12-28 10:42:11 +01:00
parent 4926c04212
commit fc03e35a0f

View file

@ -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