summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-11-29 11:30:20 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-11-29 11:30:20 -0500
commite34fd177f5368d8fa3ad206ba62e6dd4b721ccc8 (patch)
tree0e65fb5f0ef873a2a7d1ff57c50d7c2657403a82 /emacs
parent5b3fbbc38ed776053f511589c01800939e7642bf (diff)
increase font size
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.doom.d/config.el2
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