diff --git a/README.md b/README.md index 2a9b280..a341c94 100644 --- a/README.md +++ b/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