Browse Source

updated the section about disabling whitespace-mode

custom
Bozhidar Batsov 13 years ago
parent
commit
bfc7af2aaf
  1. 2
      README.md

2
README.md

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

Loading…
Cancel
Save