[Init] Completely disable flyspell mode

Do spell checking on demand instead.
This commit is contained in:
Daniel - 2019-05-25 18:48:37 +02:00
parent a48177680e
commit a4c09781d0
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 4 deletions

View File

@ -145,10 +145,6 @@
(when (<= 24 emacs-major-version)
(add-hook 'prog-mode-hook 'electric-indent-local-mode))
(unless on-windows
;; spell checking is horribly slow on windows
(add-hook 'text-mode-hook 'turn-on-flyspell))
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(add-hook 'text-mode-hook 'yas-minor-mode-on)
(add-hook 'text-mode-hook 'electric-quote-mode)