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