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 cider version 0.22.0.

Source Code

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