Ensure Canadian spelling works with emacs 30

master
Jacopo De Simoi 8 months ago
parent 0b58db8f7a
commit 56321b557a
  1. 5
      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

Loading…
Cancel
Save