Fix spell-fu configs
This commit is contained in:
parent
81a8bd1d4e
commit
34344a1354
|
@ -222,7 +222,7 @@ Ripgrep, but from within emacs
|
||||||
Add in all of our dictionaries
|
Add in all of our dictionaries
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(after! spell-fu
|
(after! spell-fu
|
||||||
(add-hook 'spell-fu-mode
|
(add-hook 'spell-fu-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(spell-fu-dictionary-add (spell-fu-get-ispell-dictionary "en"))
|
(spell-fu-dictionary-add (spell-fu-get-ispell-dictionary "en"))
|
||||||
(spell-fu-dictionary-add (spell-fu-get-ispell-dictionary "en-science"))
|
(spell-fu-dictionary-add (spell-fu-get-ispell-dictionary "en-science"))
|
||||||
|
|
Loading…
Reference in New Issue