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

Format config

This commit is contained in:
Ryan Kes 2020-01-06 00:04:51 +01:00
parent 6e9214aeb1
commit 6fe44e6f94

View File

@ -219,7 +219,7 @@ Emacs frontend for weather web service [[http://wttr.in/][wttr.in]]
* Spelling * Spelling
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(after! ispell (after! ispell
(setq ispell-dictionary "en_GB-large,nl_NL") (setq ispell-dictionary "en_GB-large,nl_NL")
(ispell-set-spellchecker-params) (ispell-set-spellchecker-params)
(ispell-hunspell-add-multi-dic "en_GB-large,nl_NL")) (ispell-hunspell-add-multi-dic "en_GB-large,nl_NL"))
#+END_SRC #+END_SRC