diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-11-29 11:30:20 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-11-29 11:30:20 -0500 |
commit | e34fd177f5368d8fa3ad206ba62e6dd4b721ccc8 (patch) | |
tree | 0e65fb5f0ef873a2a7d1ff57c50d7c2657403a82 | |
parent | 5b3fbbc38ed776053f511589c01800939e7642bf (diff) |
increase font size
-rw-r--r-- | emacs/.doom.d/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 116d5fe..83e98d8 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -19,7 +19,7 @@ ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; font string. You generally only need these two: (setq doom-font (font-spec :family "iosevka" :size 14)) -(setq doom-variable-pitch-font (font-spec :family "Noto Serif" :size 14)) +(setq doom-variable-pitch-font (font-spec :family "Noto Serif" :size 16)) ;; 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 |