From: Don Armstrong Date: Wed, 30 Nov 2016 16:44:03 +0000 (-0800) Subject: use ispell instead of aspell X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=f5a05e4cbd50cc1c4f8eee7ca3aa95802cfbb61f use ispell instead of aspell --- diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index a31dcdc..d58fc9f 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -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) - + (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)