Variable: cider-session-name-template

cider-session-name-template is a customizable variable defined in cider-connection.el.

Value

"%J:%h:%p"

Documentation

Format string to use for session names.

See cider-format-connection-params for available format characters.

This variable was added, or its default value changed, in cider version 0.18.0.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.el
(defcustom cider-session-name-template "%J:%h:%p"
  "Format string to use for session names.
See `cider-format-connection-params' for available format characters."
  :type 'string
  :group 'cider
  :package-version '(cider . "0.18.0"))