make flyspell easier to disable

This commit is contained in:
Bozhidar Batsov 2012-12-09 01:01:16 +02:00
parent d13d3933b7
commit 952ce0ebbd
2 changed files with 8 additions and 4 deletions

View file

@ -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