Variable: cider-mode-line-show-connection
cider-mode-line-show-connection is a customizable variable defined in
cider-mode.el.
Value
t
Documentation
If the mode-line lighter should detail the connection.
This variable was added, or its default value changed, in cider version (0.10.0).
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-mode.el
(defcustom cider-mode-line-show-connection t
"If the mode-line lighter should detail the connection."
:group 'cider
:type 'boolean
:package-version '(cider "0.10.0"))