diff --git a/init.d/text/common.el b/init.d/text/common.el index 07bfdcb..a610429 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -93,7 +93,6 @@ :config (when (executable-find "hunspell") (customize-set-variable 'ispell-program-name (executable-find "hunspell")) - ;; (customize-set-variable 'ispell-dictionary "en_US,de_DE") (ispell-set-spellchecker-params) (ispell-hunspell-add-multi-dic "en_US,de_DE") (ispell-hunspell-add-multi-dic "en_GB,de_DE") @@ -106,7 +105,7 @@ (executable-find "hunspell") (executable-find "ispell"))) :diminish flyspell-mode - :custom ((flyspell-default-dictionary "en_US")) + :custom ((flyspell-default-dictionary "en_GB")) :config (progn (defun my/toggle-flyspell () "Toggle flyspell-mode and run flyspell-buffer after activating."