Emacs, aspell: Make Emacs use aspell; configure aspell for use.
[profile] / emacs
diff --git a/emacs b/emacs
index 9c7ae04..9ae013a 100644 (file)
--- a/emacs
+++ b/emacs
 (setq find-ls-option                   ;Build file lists efficiently
       '("-print0 | xargs -0r ls -ld" . "ld"))
 (setq Info-fontify-maximum-menu-size 60000)
-(setq ispell-dictionary "british"
-      flyspell-default-dictionary "british"
+(setq ispell-program-name "aspell"
+      ispell-local-dictionary "en_GB-ize-w_accents"
+      flyspell-default-dictionary "en_GB-ize-w_accents"
       ispell-silently-savep t)
 (trap
   (require 'uniquify)