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
|
(use-package ispell
|
||||||
:config
|
:config
|
||||||
(setq-default ispell-program-name "hunspell")
|
(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-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
|
(use-package flyspell
|
||||||
:straight t
|
:straight t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue