disable flyspell

This commit is contained in:
~d6 2022-05-17 13:12:05 -04:00
parent dbf4757eb7
commit 46f3e2b006
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@
(global-set-key (kbd "C-t") 'regenerate-tags)
;; spell checking as you type in text-mode
(autoload 'flyspell-mode-on "flyspell" "On-the-fly ispell." t)
;(autoload 'flyspell-mode-on "flyspell" "On-the-fly ispell." t)
(add-hook 'text-mode-hook 'flyspell-mode-on)
;; use nicer diff colors