Emacs: Set ispell default dictionary to British English
1 file changed, 2 insertions(+), 0 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -943,6 +943,8 @@ (use-package flyspell :ghook 'text-mode-hook :hook (prog-mode . flyspell-prog-mode)) +(setq-default ispell-dictionary "en_GB-ise-w_accents") +(setq ispell-extra-args '("--sug-mode=ultra" "--camel-case")) (use-package flyspell-correct :after flyspell