From 14a86bf98471f4df9d082ca28c2b083006148f99 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 6 Dec 2020 13:36:42 +0100 Subject: [PATCH] I don't write much german --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index cc39887..3a224eb 100644 --- a/init.el +++ b/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