diff options
author | fpi | 2020-05-09 13:15:19 +0200 |
---|---|---|
committer | fpi | 2020-05-09 13:42:43 +0200 |
commit | bd99576d739fc2965abc3d7c6125d5e0a64d5236 (patch) | |
tree | ba673378f93716ad31ac668ececf9fd6a0de9830 | |
parent | Merge branch 'gnus+' into emacs (diff) |
Change default font size
-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 |