Variable: cider-interactive-eval-output-destination

cider-interactive-eval-output-destination is an alias and customizable for cider-eval-output-destination, defined in cider-eval.el.

This variable is obsolete since 2.0.0; use cider-eval-output-destination instead.

Value

repl-buffer

Documentation

The destination for stdout and stderr produced from interactive evaluation.

If repl-buffer (the default), the output is sent to the current REPL buffer. If output-buffer, it's sent to a dedicated *cider-out* buffer.

Aliases

cider-interactive-eval-output-destination (obsolete since 2.0.0)