Variable: cider-repl-type

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

Documentation

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

Source Code

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