From c59c5f86d2e0441a23f4cdb72ced8a79c8ab675f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 5 Nov 2018 19:54:45 +0000 Subject: Fix font and add hook --- emacs/loader.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/loader.org') 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 () -- cgit