chiark / gitweb /
dot/emacs: Tell Emacs about my dictionaries.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 21 Oct 2010 13:53:12 +0000 (14:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 21 Oct 2010 14:00:00 +0000 (15:00 +0100)
Not quite sure why I had to do this here (ponder), because my other
installations seem happy.  Still, it doesn't seem to hurt.

dot/emacs

index 5aa89189ae0f2b5bc9c406d26d3a7834ab1cd4af..cb7c39393a778cbbcb7fe1cc38ae3719c7b6b7f1 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq ispell-program-name "aspell-hack"
       ispell-local-dictionary "en_GB-ize-w_accents"
       flyspell-default-dictionary "en_GB-ize-w_accents"
+      ispell-local-dictionary-alist
+      '(("en_GB-ize-w_accents" "[[:alpha:]]" "[^[:alpha:]]" "'" t
+        ("-d" "en_GB-ize-w_accents") nil utf-8))
       ispell-silently-savep t)
 (trap
   (require 'uniquify)