summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2015-01-07 19:37:31 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2015-01-07 19:37:31 +0200
commit1b1bb3cc69ed5d52d5a7c138ec07256fd86df83a (patch)
tree9dc97d5d38f07d8a9063f6cfb542c70f7b1aa5d5 /README.md
parent1f952699e5b7150dc2a0c6c03d8fe6e04de89e81 (diff)
[Fix #934] Simplify eldoc setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c57115dc..97b07d63 100644
--- a/README.md
+++ b/README.md
@@ -214,7 +214,7 @@ experience.
* Enable `eldoc` in Clojure buffers:
```el
-(add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode)
+(add-hook 'cider-mode-hook 'eldoc-mode)
```
* Log communication with the nREPL server (**extremely useful for debugging CIDER problems**):