diff .elisp/settings/50.preferences.el @ 269:546ac96796da

emacs: use aspell for spell checking
author Augie Fackler <durin42@gmail.com>
date Mon, 12 Dec 2011 11:40:31 -0600
parents e742cf5a748c
children 79a64ef88a6b
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el
+++ b/.elisp/settings/50.preferences.el
@@ -74,3 +74,6 @@
 
 ;; Disable VC plumbing since I don't really use it that much anyway
 (setq vc-handled-backends nil)
+
+;; use aspell
+(setq-default ispell-program-name "aspell")