Variable: cider-check-cljs-repl-requirements

cider-check-cljs-repl-requirements is a customizable variable defined in cider.el.

Value

t

Documentation

When non-nil will run the requirement checks for the different cljs repls.

Generally you should not disable this unless you run into some faulty check.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider.el
;;; ClojureScript REPL creation

(defcustom cider-check-cljs-repl-requirements t
  "When non-nil will run the requirement checks for the different cljs repls.
Generally you should not disable this unless you run into some faulty check."
  :type 'boolean
  :safe #'booleanp
  :package-version '(cider . "0.17.0"))