From 70267a6c1cf53af6ceef7e857ec15a3db1c4e84a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 16 Apr 2022 15:11:14 +0200 Subject: [PATCH] Change default dictionary do en_GB --- init.d/text/common.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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."