Variable: cider-repl-require-ns-on-set

cider-repl-require-ns-on-set is a customizable variable defined in cider-repl.el.

Value

nil

Documentation

Controls whether to require the ns before setting it in the REPL.

This variable was added, or its default value changed, in cider version 0.22.0.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defcustom cider-repl-require-ns-on-set nil
  "Controls whether to require the ns before setting it in the REPL."
  :type 'boolean
  :package-version '(cider . "0.22.0"))