Variable: cider-babashka-command

cider-babashka-command is a customizable variable defined in cider.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-20260414.1619/cider.el
(defcustom cider-babashka-command
  "bb"
  "The command used to execute Babashka."
  :type 'string
  :safe #'stringp
  :package-version '(cider . "1.2.0"))