Variable: cider-lein-command

cider-lein-command is a customizable variable defined in cider-jack-in.el.

Value

"lein"

Documentation

The command used to execute Leiningen.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-jack-in.el
;;; Build tool commands

(defcustom cider-lein-command
  "lein"
  "The command used to execute Leiningen."
  :type 'string
  :group 'cider)