Variable: cider-use-overlays

cider-use-overlays is an alias and customizable for cider-eval-result-display, defined in cider-overlays.el.

This variable is obsolete since 2.0.0; use cider-eval-result-display instead.

Value

both

Documentation

Where to display interactive evaluation results.

If overlay, show the result in an overlay (positioned per cider-eval-result-position). If echo, show it in the echo area. If both (the default), show it in both places. If errors-only, use an overlay only for error results and the echo area for everything else.

For backward compatibility the legacy values t (overlay) and nil (echo) are still accepted.

Only applies to evaluation commands. To configure the debugger overlays, see cider-debug-use-overlays.

Aliases

cider-use-overlays (obsolete since 2.0.0)