From 56321b557a81316f72eab65b3ff4cec0b7edf9de Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 9 Jul 2025 17:04:53 +0200 Subject: [PATCH] Ensure Canadian spelling works with emacs 30 --- global.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index d2d9ea2..81f3ec4 100644 --- a/global.org +++ b/global.org @@ -608,7 +608,10 @@ ** Spellcheck Use Canadian spelling #+begin_src emacs-lisp - (setq ispell-dictionary "canadian") + (setq ispell-dictionary "canadian" + ispell-local-dictionary "canadian" + ispell-local-dictionary-alist + '(("canadian" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-d" "canadian") nil utf-8))) #+end_src Use flyspell