comparison .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
comparison
equal deleted inserted replaced
268:8109c1d949c8 269:546ac96796da
72 (setq whitespace-style '(trailing tabs lines-tail indentation trailing empty)) 72 (setq whitespace-style '(trailing tabs lines-tail indentation trailing empty))
73 (global-whitespace-mode 1) 73 (global-whitespace-mode 1)
74 74
75 ;; Disable VC plumbing since I don't really use it that much anyway 75 ;; Disable VC plumbing since I don't really use it that much anyway
76 (setq vc-handled-backends nil) 76 (setq vc-handled-backends nil)
77
78 ;; use aspell
79 (setq-default ispell-program-name "aspell")