Remove auto-fill-mode hook

Forgot to do this earlier...
This commit is contained in:
Kiana Sheibani 2024-03-06 01:29:06 -05:00
parent 04a0dcf86c
commit 8251a8b502
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2936,16 +2936,6 @@ Dired by default spawns a new buffer for every directory, which clutters up your
(setq dired-kill-when-opening-new-dired-buffer t))
#+end_src
** Prose
#+call: confpkg("!Mode text")
I like having ~auto-fill-mode~ on while writing text:
#+begin_src emacs-lisp
(add-hook! text-mode #'auto-fill-mode)
#+end_src
** Haskell
#+call: confpkg("!Mode haskell")