diff options
author | Case Duckworth | 2020-10-27 00:15:49 -0500 |
---|---|---|
committer | Case Duckworth | 2020-10-27 00:15:49 -0500 |
commit | 7db52f6b409f44ba6123142302e97f5eb08d90e8 (patch) | |
tree | dfae3f64cbc0a83afcc3c895e015e83c6e62e460 | |
parent | Disable the current theme before loading a new one (diff) | |
download | emacs-7db52f6b409f44ba6123142302e97f5eb08d90e8.tar.gz emacs-7db52f6b409f44ba6123142302e97f5eb08d90e8.zip |
Change height of variable-pitch font
-rw-r--r-- | config.org | 2 |
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 |