Fix spell-fu configs

This commit is contained in:
Nathan McCarty 2022-10-15 01:30:19 -04:00
parent 81a8bd1d4e
commit 34344a1354
1 changed files with 1 additions and 1 deletions

View File

@ -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"))