updated the section about disabling whitespace-mode

This commit is contained in:
Bozhidar Batsov 2012-10-08 09:30:30 +03:00
parent d5c1edc297
commit bfc7af2aaf

View file

@ -184,7 +184,7 @@ disable it. It come be done from your personal config with the
following bit of code:
```lisp
(add-hook 'prog-mode-hook 'prelude-turn-off-whitespace t)
(add-hook 'prog-mode-hook 'whitespace-turn-off t)
```
#### Disable flyspell-mode