We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cider-result-overlay-postiion
1 parent c6f463d commit cc52e69Copy full SHA for cc52e69
doc/modules/ROOT/pages/config/misc.adoc
@@ -21,6 +21,17 @@ bottom) with the `cider-use-overlays` variable.
21
(setq cider-use-overlays nil)
22
----
23
24
+By default, result overlays are displayed at the end of the line. You can set
25
+the variable `cider-result-overlay-position` to display results at the end of
26
+their respective forms instead.
27
+Note that this also affects the position of debugger overlays.
28
+
29
+[source,lisp]
30
+----
31
+(setq cider-result-overlay-position 'at-point)
32
33
34
35
== Minibuffer completion
36
37
Out-of-the box CIDER uses the standard `completing-read` Emacs mechanism. While
0 commit comments