From dabd5a97a5d9a7353bfbf29d4ddc6ca473cffd64 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 8 Apr 2019 12:47:06 +0900 Subject: [PATCH] Update mode --- emacs.el | 1 + 1 file changed, 1 insertion(+) 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)))