diff --git a/conf-lisp/textmanipulation.el b/conf-lisp/textmanipulation.el index 30240c6..eb297b0 100644 --- a/conf-lisp/textmanipulation.el +++ b/conf-lisp/textmanipulation.el @@ -279,4 +279,7 @@ in between will be killed. If INS is non-nil, it will be inserted then." (setq buffer-undo-list tvd-buffer-undo-list)))) (add-hook 'text-mode-hook + (lambda () (electric-indent-local-mode -1))) + +(add-hook 'fundamental-mode-hook (lambda () (electric-indent-local-mode -1)))