about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-10-27 00:15:49 -0500
committerCase Duckworth2020-10-27 00:15:49 -0500
commit7db52f6b409f44ba6123142302e97f5eb08d90e8 (patch)
treedfae3f64cbc0a83afcc3c895e015e83c6e62e460 /config.org
parentDisable the current theme before loading a new one (diff)
downloademacs-7db52f6b409f44ba6123142302e97f5eb08d90e8.tar.gz
emacs-7db52f6b409f44ba6123142302e97f5eb08d90e8.zip
Change height of variable-pitch font
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 9305572..c0ba6da 100644 --- a/config.org +++ b/config.org
@@ -317,7 +317,7 @@ I'm sure there's a better way to do this, but for now, this is the best I've got
317 317
318 (set-face-attribute 'variable-pitch nil 318 (set-face-attribute 'variable-pitch nil
319 :family "VariablePitch" 319 :family "VariablePitch"
320 :height 110) 320 :height 120)
321#+END_SRC 321#+END_SRC
322*** Ligatures 322*** Ligatures
323#+begin_src emacs-lisp 323#+begin_src emacs-lisp