From bfc7af2aaf023e97d4fe3f668e40c9e672d63556 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 8 Oct 2012 09:30:30 +0300 Subject: [PATCH] updated the section about disabling whitespace-mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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