From 063cae1cf5bb0ddd911da6d0a98bc74395804fd6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 11 Apr 2019 09:00:04 +0200 Subject: [PATCH] =?UTF-8?q?[Misc]=20Don=E2=80=99t=20set=20ispell=20variabl?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index e6374e4..e9a02c5 100644 --- a/init.el +++ b/init.el @@ -481,9 +481,7 @@ (add-hook 'ediff-after-quit-hook-internal 'winner-undo))) (use-package ispell - :commands (ispell-change-directory) - :init (setq ispell-dictionary "en_US" - ispell-really-hunspell t)) + :commands (ispell-change-directory)) (use-package mailcap :defer t