Dont use flyspell in prog-mode
This commit is contained in:
parent
765029e0c8
commit
ffe42f9436
1 changed files with 1 additions and 2 deletions
3
init.el
3
init.el
|
@ -440,8 +440,7 @@
|
|||
(use-package flyspell
|
||||
:hook ((LaTeX-mode . flyspell-mode)
|
||||
(org-mode . flyspell-mode)
|
||||
(text-mode . flyspell-mode)
|
||||
(prog-mode . flyspell-prog-mode)))
|
||||
(text-mode . flyspell-mode)))
|
||||
|
||||
(use-package ispell
|
||||
:ensure nil
|
||||
|
|
Loading…
Add table
Reference in a new issue