From b40d099576308ad1213ea29a9a2d926a57a58cec Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Thu, 13 Jun 2024 21:14:01 +0000 Subject: Rewrite spell-fu configuration to not use use-package --- emacs/init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emacs') 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 -- cgit 1.4.1-2-gfad0