aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-06-27 14:57:48 +0200
committerThomas Schneider <qsx@qsx.re>2019-06-27 14:57:48 +0200
commit26127586a38e176be07766bef218b31915db0f39 (patch)
tree015f15c9bae0b5aa2da703d02905079c3c61a974 /dot.emacs.d
parenta4f7ae8c1a4822595a8bf80407c3bd506eba9ece (diff)
Emacs: Turn on auto-fill in text-mode
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index f81c972..4d9f6ea 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -252,6 +252,8 @@
(setq-default fill-column 80)
+(add-hook 'text-mode-hook #'turn-on-auto-fill)
+
;;; Mail
(use-package gnus
:config