updated the section about disabling whitespace-mode
This commit is contained in:
parent
d5c1edc297
commit
bfc7af2aaf
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ disable it. It come be done from your personal config with the
|
||||||
following bit of code:
|
following bit of code:
|
||||||
|
|
||||||
```lisp
|
```lisp
|
||||||
(add-hook 'prog-mode-hook 'prelude-turn-off-whitespace t)
|
(add-hook 'prog-mode-hook 'whitespace-turn-off t)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Disable flyspell-mode
|
#### Disable flyspell-mode
|
||||||
|
|
Loading…
Reference in a new issue