I don't write much german
This commit is contained in:
parent
546cc633c3
commit
14a86bf984
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -264,9 +264,9 @@
|
|||
(use-package ispell
|
||||
:config
|
||||
(setq-default ispell-program-name "hunspell")
|
||||
(setq ispell-dictionary "en_US,de_DE,ru_RU")
|
||||
(setq ispell-dictionary "en_US,ru_RU")
|
||||
(ispell-set-spellchecker-params)
|
||||
(ispell-hunspell-add-multi-dic "en_US,de_DE,ru_RU"))
|
||||
(ispell-hunspell-add-multi-dic "en_US,ru_RU"))
|
||||
|
||||
(use-package flyspell
|
||||
:straight t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue