fix enoko's emacs font use
This commit is contained in:
parent
4926c04212
commit
fc03e35a0f
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||||
|
|
||||||
(if (string-prefix-p "enoko" (system-name))
|
(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)))
|
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 17 :weight 'semi-light)))
|
||||||
|
|
||||||
;; Load our cute color scheme
|
;; Load our cute color scheme
|
||||||
|
|
Loading…
Add table
Reference in a new issue