emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/guru-mode b33e4d1 18/42: Update hook example


From: ELPA Syncer
Subject: [nongnu] elpa/guru-mode b33e4d1 18/42: Update hook example
Date: Wed, 11 Aug 2021 09:58:29 -0400 (EDT)

branch: elpa/guru-mode
commit b33e4d19f0061ad35f8a600d5f883385221eae5a
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Commit: Bozhidar Batsov <bozhidar@tradeo.com>

    Update hook example
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index beb1833..10478ae 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Most likely you'd like to enable `guru-mode` only in specific 
modes
 (like `prog-mode` in Emacs 24):
 
 ```lisp
-(add-hook 'prog-mode-hook 'turn-on-guru-mode)
+(add-hook 'prog-mode-hook 'guru-mode)
 ```
 
 If you only want to get warnings when you the arrow keys use the following 
config:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]