summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 78e2e54e..6da9b5a0 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -1153,10 +1153,8 @@ paths for the same project."
 (setq ispell-extra-args '("--sug-mode=ultra" "--camel-case"))
 
 (use-package jinx-mode
-  :defer 1
-  :ghook ('(text-mode-hook
-            prog-mode-hook
-            conf-mode-hook))
+  :defer 10
+  :ghook 'text-mode-hook
   :general ([remap ispell-word] #'jinx-correct-word
             [remap evil-prev-flyspell-error] #'jinx-previous
             [remap evil-next-flyspell-error] #'jinx-next)