Disable electric indents in text mode

This commit is contained in:
Andreas Zweili 2022-06-22 15:58:49 +02:00
parent fa86bd7a53
commit 79501290c1

View File

@ -2950,8 +2950,9 @@ https://github.com/jhallen/joes-sandbox/issues/29
This mode indents all the text I write in text-mode.
Not really useful in my usecase.
(add-hook 'mu4e-compose-mode-hook (lambda () (electric-indent-local-mode -1)))
#+begin_src emacs-lisp
(add-hook 'text-mode-hook (lambda () (electric-indent-local-mode -1)))
#+end_src
* Eshell