fix(doom-emacs): increase font size

This commit is contained in:
Alexandre Cavalheiro 2024-09-30 19:30:27 -03:00
parent fe61077a13
commit ee60c8fd9a
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

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