From b5845418b208a8a9644663f86ccea0c0fb9e4f9f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 26 Jan 2021 23:20:58 -0600 Subject: Auto-fill in all text modes --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 726d6cf..321fc59 100644 --- a/config.org +++ b/config.org @@ -1169,10 +1169,10 @@ here's what I'm going to do. (add-hook 'text-mode-hook #'hook--visual-line-mode) #+end_src -2. Enable =auto-fill-mode= with =org-mode=. +2. Enable =auto-fill-mode= with text modes. #+begin_src emacs-lisp :noweb-ref hooks - (add-hook 'org-mode-hook #'auto-fill-mode) + (add-hook 'text-mode-hook #'auto-fill-mode) #+end_src 3. /Just/ in case ... let's "fix" =visual-line-mode= if we're in =org-mode=. -- cgit 1.4.1-21-gabe81