make flyspell easier to disable
This commit is contained in:
parent
d13d3933b7
commit
952ce0ebbd
2 changed files with 8 additions and 4 deletions
|
@ -250,8 +250,7 @@ personal config with the following bit of code:
|
|||
If you're not fond of spellchecking on the fly:
|
||||
|
||||
```lisp
|
||||
(add-hook 'text-mode-hook 'turn-off-flyspell t)
|
||||
(add-hook 'prog-mode-hook 'turn-off-flyspell t)
|
||||
(setq prelude-flyspell nil)
|
||||
```
|
||||
|
||||
### Prelude Modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue