disable flyspell
This commit is contained in:
parent
dbf4757eb7
commit
46f3e2b006
2
init.el
2
init.el
|
@ -401,7 +401,7 @@
|
||||||
(global-set-key (kbd "C-t") 'regenerate-tags)
|
(global-set-key (kbd "C-t") 'regenerate-tags)
|
||||||
|
|
||||||
;; spell checking as you type in text-mode
|
;; 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)
|
(add-hook 'text-mode-hook 'flyspell-mode-on)
|
||||||
|
|
||||||
;; use nicer diff colors
|
;; use nicer diff colors
|
||||||
|
|
Loading…
Reference in New Issue