Variable: cider-shadow-watched-builds
cider-shadow-watched-builds is a customizable variable defined in
cider-cljs.el.
Value
nil
Documentation
Defines the list of builds shadow-cljs should watch.
This variable was added, or its default value changed, in cider version 1.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-cljs.el
(defcustom cider-shadow-watched-builds nil
"Defines the list of builds `shadow-cljs' should watch."
:type '(repeat string)
:group 'cider
:safe #'listp
:package-version '(cider . "1.0"))