[Misc] Don’t set ispell variables

This commit is contained in:
Daniel - 2019-04-11 09:00:04 +02:00
parent 9a660c5538
commit 063cae1cf5
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 3 deletions

View File

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