diff options
author | Case Duckworth | 2021-01-01 10:56:20 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-01 10:56:20 -0600 |
commit | 1c5f48267bdf3685315fd8d8165634d00f5cbc25 (patch) | |
tree | ce777c7ea5659b8cc91638aa8215dd1e66d16402 | |
parent | Add recursive minibuffers and indication (diff) | |
download | emacs-1c5f48267bdf3685315fd8d8165634d00f5cbc25.tar.gz emacs-1c5f48267bdf3685315fd8d8165634d00f5cbc25.zip |
Add variable-pitch-mode
-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 |