aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/loader.org
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-05 19:54:45 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-05 19:54:45 +0000
commitc59c5f86d2e0441a23f4cdb72ced8a79c8ab675f (patch)
tree54d21428233f2f3d01e63a55395d09394766911d /emacs/loader.org
parentef0846dbd6141ad032fb4db44fabf9903e11231f (diff)
downloaddotfiles-c59c5f86d2e0441a23f4cdb72ced8a79c8ab675f.tar.gz
dotfiles-c59c5f86d2e0441a23f4cdb72ced8a79c8ab675f.zip
Fix font and add hook
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 ()