Change default dictionary do en_GB

This commit is contained in:
tastytea 2022-04-16 15:11:14 +02:00
parent 60bebf6069
commit 70267a6c1c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 2 deletions

View File

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