Variable: cider-repl-display-help-banner

cider-repl-display-help-banner is a customizable variable defined in cider-repl.el.

Value

t

Documentation

When non-nil a bit of help text will be displayed on REPL start.

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

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defcustom cider-repl-display-help-banner t
  "When non-nil a bit of help text will be displayed on REPL start."
  :type 'boolean
  :package-version '(cider . "0.11.0"))