From 30acc372d8a56df8de83fc615662ef9538d7ac18 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 21 Oct 2010 14:53:12 +0100 Subject: [PATCH] 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. --- dot/emacs | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.11.0