From 34344a1354a35c4366a400adfb0d3454697b8554 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 15 Oct 2022 01:30:19 -0400 Subject: [PATCH] Fix spell-fu configs --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 7f78b3b..84ff451 100644 --- a/config.org +++ b/config.org @@ -222,7 +222,7 @@ Ripgrep, but from within emacs Add in all of our dictionaries #+begin_src emacs-lisp (after! spell-fu - (add-hook 'spell-fu-mode + (add-hook 'spell-fu-mode-hook (lambda () (spell-fu-dictionary-add (spell-fu-get-ispell-dictionary "en")) (spell-fu-dictionary-add (spell-fu-get-ispell-dictionary "en-science"))