Ensure Canadian spelling works with emacs 30

master
Jacopo De Simoi 1 year ago
parent 0b58db8f7a
commit 56321b557a
  1. 5
      global.org

@ -608,7 +608,10 @@
** Spellcheck ** Spellcheck
Use Canadian spelling Use Canadian spelling
#+begin_src emacs-lisp #+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 #+end_src
Use flyspell Use flyspell

Loading…
Cancel
Save