From a4c09781d075e0b1b860d6464910673978ec566a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 25 May 2019 18:48:37 +0200 Subject: [PATCH] [Init] Completely disable flyspell mode Do spell checking on demand instead. --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index a59335d..e5fd888 100644 --- a/init.el +++ b/init.el @@ -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)