Variable: cider-repl-type-override

cider-repl-type-override is a buffer-local variable defined in cider-session.el.

Documentation

When non-nil, the REPL type (clj, cljs or multi) used for this buffer.

Overrides the major-mode-based inference in cider-repl-type-for-buffer. Buffers with no inherent file type - e.g. *cider-scratch* - set this to control where their evaluations are dispatched.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-session.el
(defvar-local cider-repl-type-override nil
  "When non-nil, the REPL type (clj, cljs or multi) used for this buffer.
Overrides the major-mode-based inference in `cider-repl-type-for-buffer'.
Buffers with no inherent file type - e.g. `*cider-scratch*' - set this to
control where their evaluations are dispatched.")