diff --git a/emacs.el b/emacs.el index da70a73..61b83f4 100644 --- a/emacs.el +++ b/emacs.el @@ -738,6 +738,7 @@ found, otherwise returns nil." (dolist (hook '( prog-mode-hook + text-mode-hook )) (add-hook hook 'highlight-indentation-mode)))