diff options
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index 5b07cb7..cf42280 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -163,9 +163,8 @@ and when JID is not in `jabber-activity-banned'." ;; also check out jinx https://github.com/minad/jinx -(use-package spell-fu - :ensure t - :hook (text-mode . spell-fu-mode)) +(use-package spell-fu :ensure t) +(add-hook 'text-mode-hook #'spell-fu-mode) ;;; Completing-read everywhere with consult |