Emacs: Set ispell default dictionary to British English
Alan Pearce alan@alanpearce.eu
Mon, 06 Mar 2023 11:08:00 +0100
1 files 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