Variable: cider-shadow-cljs-command
cider-shadow-cljs-command is a customizable variable defined in
cider.el.
Value
"npx shadow-cljs"
Documentation
The command used to execute shadow-cljs.
By default we favor the project-specific shadow-cljs over the system-wide.
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
(defcustom cider-shadow-cljs-command
"npx shadow-cljs"
"The command used to execute shadow-cljs.
By default we favor the project-specific shadow-cljs over the system-wide."
:type 'string
:safe #'stringp
:package-version '(cider . "0.17.0"))