We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2956282 commit 0803409Copy full SHA for 0803409
doc/configuration.md
@@ -147,8 +147,8 @@ More details can be found [here](https://github.com/clojure-emacs/cider/issues/9
147
148

149
150
-* CIDER also would show the eldoc for the symbol at point. So in (map inc ...)
151
-when the cursor is over inc its eldoc would be displayed. You can turn off this
+* 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
152
behaviour by:
153
154
```el
0 commit comments