Variable: cider-nbb-command

cider-nbb-command is a customizable variable defined in cider-jack-in.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-20260822.1520/cider-jack-in.el
(defcustom cider-nbb-command
  "nbb"
  "The command used to execute nbb."
  :type 'string
  :group 'cider
  :safe #'stringp
  :package-version '(cider . "1.6.0"))