emacs: Increased font size

This commit is contained in:
Julian Mutter 2021-07-15 12:32:53 +02:00
parent 84c57d53ea
commit 1cf0ee3c42

View File

@ -21,7 +21,7 @@
;; font string. You generally only need these two:
;; (setq doom-font (font-spec :family "monospace" :size 13 :weight 'semi-light)
;; doom-variable-pitch-font (font-spec :family "sans" :size 13))
(setq doom-font (font-spec :family "Source Code Pro" :size 13))
(setq doom-font (font-spec :family "Source Code Pro" :size 14))
;; 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