summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-01 10:56:20 -0600
committerCase Duckworth2021-01-01 10:56:20 -0600
commit1c5f48267bdf3685315fd8d8165634d00f5cbc25 (patch)
treece777c7ea5659b8cc91638aa8215dd1e66d16402 /config.org
parentAdd recursive minibuffers and indication (diff)
downloademacs-1c5f48267bdf3685315fd8d8165634d00f5cbc25.tar.gz
emacs-1c5f48267bdf3685315fd8d8165634d00f5cbc25.zip
Add variable-pitch-mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
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