Change default dictionary do en_GB
This commit is contained in:
parent
60bebf6069
commit
70267a6c1c
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user