Variable: cider-repl-type

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

Documentation

The type of this REPL buffer, usually either clj or cljs.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-session.el
(defvar-local cider-repl-type nil
  "The type of this REPL buffer, usually either clj or cljs.")