Variable: cider-connection-message-fn
cider-connection-message-fn is a customizable variable defined in
cider.el.
Value
cider-random-words-of-inspiration
Documentation
The function to use to generate the message displayed on connect.
When set to nil no additional message will be displayed. A good
alternative to the default is cider-random-tip.
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.el
(defcustom cider-connection-message-fn #'cider-random-words-of-inspiration
"The function to use to generate the message displayed on connect.
When set to nil no additional message will be displayed. A good
alternative to the default is `cider-random-tip'."
:type 'function
:group 'cider
:package-version '(cider . "0.11.0"))