Variable: cider-connected-hook
cider-connected-hook is a customizable variable defined in cider.el.
Value
(cider--maybe-inspire-on-connect)
Documentation
List of functions to call when connected to Clojure nREPL server.
This variable was added, or its default value changed, in cider version 0.9.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider.el
(defcustom cider-connected-hook nil
"List of functions to call when connected to Clojure nREPL server."
:type 'hook
:package-version '(cider . "0.9.0"))