From: Don Armstrong Date: Wed, 10 Jan 2018 19:29:32 +0000 (-0800) Subject: flyspell is turned on in its own mode X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=72f81743a4a798e3e84892631aa08229e74de27c;ds=sidebyside flyspell is turned on in its own mode --- diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index d07925f..7b21a6d 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -87,7 +87,6 @@ :ensure t :diminish flyspell-mode 🐝 :config - (add-hook 'message-mode-hook 'turn-on-flyspell) (add-hook 'text-mode-hook 'turn-on-flyspell) (add-hook 'c-mode-common-hook 'flyspell-prog-mode) (add-hook 'cperl-mode-hook 'flyspell-prog-mode)