diff options
Diffstat (limited to 'emacs-init.org')
-rw-r--r-- | emacs-init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 4ed3f35..b7d2f47 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -320,7 +320,8 @@ The above macro can be used like this. :foreground ,bg-white) (:family ,sans-mono-font :background ,bg-white - :foreground ,bg-dark)) + :foreground ,bg-dark + :height 75)) (variable-pitch (:family ,sans-font) (:family ,et-font |