Variable: cider-shadow-watched-builds

cider-shadow-watched-builds is a customizable variable defined in cider.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-20260414.1619/cider.el
(defcustom cider-shadow-watched-builds nil
  "Defines the list of builds `shadow-cljs' should watch."
  :type '(repeat string)
  :safe #'listp
  :package-version '(cider . "1.0"))