fix(doom-emacs): increase font size
This commit is contained in:
parent
fe61077a13
commit
ee60c8fd9a
|
@ -28,7 +28,7 @@
|
|||
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
|
||||
;; refresh your font settings. If Emacs still can't find your font, it likely
|
||||
;; wasn't installed correctly. Font issues are rarely Doom issues!
|
||||
(setq doom-font (font-spec :family "BlexMono Nerd Font" :size 13))
|
||||
(setq doom-font (font-spec :family "BlexMono Nerd Font" :size 15))
|
||||
|
||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||
|
|
Loading…
Reference in a new issue