summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcskksc <ckoparkar@live.in>2016-05-17 08:11:30 +0530
committercskksc <ckoparkar@live.in>2016-05-18 12:39:52 +0530
commitfa79263427fd159ad7a37c45935eaf4d975dedce (patch)
tree02f0ae0dfc16b1d68cc02f1fa24b8bd107d1b93f /doc
parent6ff455ece44847603a2a8d0e4087dc5d5407065b (diff)
[#1638] Consider the eldoc at point before first symbol
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/configuration.md b/doc/configuration.md
index c14c07f3..2fd6722b 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -12,6 +12,14 @@ experience.
![Eldoc](images/eldoc.png)
+CIDER also would show the eldoc for the symbol at point. So in (map inc ...)
+when the cursor is over inc its eldoc would be displayed. You can turn off this
+behaviour by:
+
+```el
+(setq cider-eldoc-display-for-symbol-at-point nil)
+```
+
* Suppress auto-enabling of `cider-mode` in `clojure-mode` buffers, when starting
CIDER: