diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-12-01 17:55:04 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-12-01 17:55:04 -0500 |
commit | a529e16a5e4a9ea2daf515c49fd52056fa7614fa (patch) | |
tree | 4e9225a81d3a0eba0e223b110b387655289aba33 | |
parent | 4fc9e49c7bf41b7598b071e449e334533d673138 (diff) | |
parent | e34fd177f5368d8fa3ad206ba62e6dd4b721ccc8 (diff) |
Merge branch 'master' of dragon.orbekk.com:/storage/projects/dotfiles
-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 372f448..4b106db 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 |