Variable: cider-disconnected-hook
cider-disconnected-hook is a customizable variable defined in
cider.el.
Value
nil
Documentation
List of functions to call when disconnected from the 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-disconnected-hook nil
"List of functions to call when disconnected from the Clojure nREPL server."
:type 'hook
:package-version '(cider . "0.9.0"))