Variable: cider-babashka-command
cider-babashka-command is a customizable variable defined in
cider-jack-in.el.
Value
"bb"
Documentation
The command used to execute Babashka.
This variable was added, or its default value changed, in cider version 1.2.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-jack-in.el
(defcustom cider-babashka-command
"bb"
"The command used to execute Babashka."
:type 'string
:group 'cider
:safe #'stringp
:package-version '(cider . "1.2.0"))