Skip to content

Commit cc52e69

Browse files
yuhan0bbatsov
authored andcommitted
Document new cider-result-overlay-postiion configuration
1 parent c6f463d commit cc52e69

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/modules/ROOT/pages/config/misc.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ bottom) with the `cider-use-overlays` variable.
2121
(setq cider-use-overlays nil)
2222
----
2323

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+
2435
== Minibuffer completion
2536

2637
Out-of-the box CIDER uses the standard `completing-read` Emacs mechanism. While

0 commit comments

Comments
 (0)