Actually disable flyspell buffer in flyspell hook

Missing from 02fb2bd3f4 after rebase
This commit is contained in:
Eivind Fonn 2015-11-03 08:59:34 +01:00
parent 500c22e3c5
commit b7fff9e903
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@
(when spell-checking-enable-by-default
(add-hook 'prog-mode-hook 'flyspell-prog-mode))
(add-hook 'flyspell-mode-hook 'flyspell-buffer)
(spacemacs|add-toggle spelling-checking
:status flyspell-mode
:on (if (derived-mode-p 'prog-mode)