Variable: cider-edit-jack-in-command

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

Value

nil

Documentation

When truthy allow the user to edit the command.

This variable was added, or its default value changed, in Emacs (cider
. 0.22.0).

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider.el
(defcustom cider-edit-jack-in-command nil
  "When truthy allow the user to edit the command."
  :type 'boolean
  :safe #'booleanp
  :version '(cider . "0.22.0"))