From: Mark Wooding Date: Thu, 21 Oct 2010 13:53:12 +0000 (+0100) Subject: dot/emacs: Tell Emacs about my dictionaries. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/30acc372d8a56df8de83fc615662ef9538d7ac18 dot/emacs: Tell Emacs about my dictionaries. Not quite sure why I had to do this here (ponder), because my other installations seem happy. Still, it doesn't seem to hurt. --- diff --git a/dot/emacs b/dot/emacs index 5aa8918..cb7c393 100644 --- a/dot/emacs +++ b/dot/emacs @@ -240,6 +240,9 @@ (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)