I don't write much german

This commit is contained in:
Grigory Shipunov 2020-12-06 13:36:42 +01:00
parent 546cc633c3
commit 14a86bf984
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -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