1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Use default dictionary for now

This commit is contained in:
Ryan Kes 2020-03-21 17:40:54 +01:00
parent 5b1b29a72c
commit f5be4a1593

View File

@ -227,9 +227,3 @@ Setup mu4e with multiple profiles
(elfeed-goodies/setup))
#+END_SRC
* Spelling
#+BEGIN_SRC emacs-lisp
(after! ispell
(setq ispell-dictionary "en_GB-large,nl_NL")
(ispell-set-spellchecker-params)
(ispell-hunspell-add-multi-dic "en_GB-large,nl_NL"))
#+END_SRC