all repos — nixfiles @ df5cf535ba495ff33df6f79e50c36e83bc029ad9

System and user configuration, managed by nix and home-manager

Emacs: Set ispell default dictionary to British English
Alan Pearce alan@alanpearce.eu
Mon, 06 Mar 2023 11:08:00 +0100
commit

df5cf535ba495ff33df6f79e50c36e83bc029ad9

parent

4f0be7c18202f70d0436c7af54b4f8a8d0b6048a

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/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