Remove unnecessary electric-indent configs

This commit is contained in:
Andreas Zweili 2022-08-31 21:26:22 +02:00
parent 229ab2f66c
commit f17e802b9c
2 changed files with 0 additions and 4 deletions

View File

@ -74,6 +74,5 @@
"My settings for message composition."
(setq mu4e-compose-format-flowed t)
(use-hard-newlines -1)
(electric-indent-local-mode -1)
(turn-off-auto-fill)
(flyspell-mode)))))

View File

@ -45,9 +45,6 @@
;; enable mouse support in the terminal
(xterm-mouse-mode 1)
;; Disable electric indents
(add-hook 'text-mode-hook (lambda () (electric-indent-local-mode -1)))
;; Make the tab completion behave like in Bash.
(add-hook 'eshell-mode-hook
(lambda ()