aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/loader.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/loader.org')
-rw-r--r--emacs/loader.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 3ebee5e..df9d4b7 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -638,6 +638,12 @@ incrementally selecting more and more of the text.
#+END_SRC
* Writing
+
+#+BEGIN_SRC emacs-lisp
+ (add-hook 'text-mode-hook (lambda ()
+ (auto-fill-mode 1)))
+#+END_SRC
+
** Spellcheck in emacs
#+BEGIN_SRC emacs-lisp
(defun spell-buffer-german ()