From 26127586a38e176be07766bef218b31915db0f39 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 27 Jun 2019 14:57:48 +0200 Subject: Emacs: Turn on auto-fill in text-mode --- dot.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot.emacs.d/init.el') 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 -- cgit v1.2.3