Variable: cider-lein-command
cider-lein-command is a customizable variable defined in cider.el.
Value
"lein"
Documentation
The command used to execute Leiningen.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider.el
(defcustom cider-lein-command
"lein"
"The command used to execute Leiningen."
:type 'string)