diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index e580ec7..89fe21b 100644 --- a/config.org +++ b/config.org | |||
@@ -983,6 +983,12 @@ This has to be done /before/ loading the package. It's included in =visual-fill | |||
983 | 983 | ||
984 | ** Typographical niceties | 984 | ** Typographical niceties |
985 | 985 | ||
986 | *** Variable pitch in text-modes | ||
987 | |||
988 | #+begin_src emacs-lisp | ||
989 | (add-hook 'text-mode-hook #'variable-pitch-mode) | ||
990 | #+end_src | ||
991 | |||
986 | *** Typo mode | 992 | *** Typo mode |
987 | 993 | ||
988 | #+BEGIN_SRC emacs-lisp | 994 | #+BEGIN_SRC emacs-lisp |