From cbffcf2bc1e48d971b9d3cb3a11c49d2d099f796 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 28 Mar 2008 12:36:42 +0000 Subject: [PATCH] Emacs, aspell: Make Emacs use aspell; configure aspell for use. --- aspell.conf | 11 +++++++++++ emacs | 5 +++-- setup | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 aspell.conf diff --git a/aspell.conf b/aspell.conf new file mode 100644 index 0000000..3efa9c3 --- /dev/null +++ b/aspell.conf @@ -0,0 +1,11 @@ +### aspell configuration + +## Dictionaries. +master en_GB-ize-w_accents +lang en + +## Other tweaks. +sug-mode fast +run-together true +run-together-limit 3 +run-together-min 3 diff --git a/emacs b/emacs index 9c7ae04..9ae013a 100644 --- a/emacs +++ b/emacs @@ -158,8 +158,9 @@ (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) diff --git a/setup b/setup index 38f5fd8..856c50b 100755 --- a/setup +++ b/setup @@ -162,6 +162,7 @@ dotfiles=" cgrc tigrc gdbinit guile + aspell.conf lisp-init.lisp:.cmucl-init.lisp lisp-init.lisp:.sbclrc lisp-init.lisp:.clisprc.lisp -- 2.11.0