Variable: cider-eval-destinations
cider-eval-destinations is a variable defined in cider-session.el.
Value
(clj cljs multi auto)
Documentation
The eval dispatch types cider-cycle-eval-destination cycles through.
The auto entry clears cider-repl-type-override, reverting to the
major-mode-based inference of cider-repl-type-for-buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-session.el
(defconst cider-eval-destinations '(clj cljs multi auto)
"The eval dispatch types `cider-cycle-eval-destination' cycles through.
The `auto' entry clears `cider-repl-type-override', reverting to the
major-mode-based inference of `cider-repl-type-for-buffer'.")