]> git.donarmstrong.com Git - lib.git/commitdiff
use ispell instead of aspell
authorDon Armstrong <don@donarmstrong.com>
Wed, 30 Nov 2016 16:44:03 +0000 (08:44 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 30 Nov 2016 16:44:03 +0000 (08:44 -0800)
emacs_el/configuration/don-configuration.org

index a31dcdc17b156eab020e607dab4a5e341073ee73..d58fc9f76e977f8c58090e573d2f795fe2c55356 100644 (file)
@@ -767,7 +767,7 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori
   (put 'downcase-region 'disabled nil)
   (put 'narrow-to-region 'disabled nil)
 
   (put 'downcase-region 'disabled nil)
   (put 'narrow-to-region 'disabled nil)
 
-
+  (setq ispell-program-name "ispell")
   (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
   (add-hook 'message-mode-hook 'turn-on-flyspell)
   (add-hook 'text-mode-hook 'turn-on-flyspell)
   (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
   (add-hook 'message-mode-hook 'turn-on-flyspell)
   (add-hook 'text-mode-hook 'turn-on-flyspell)