Variable: nrepl-disconnected-hook

nrepl-disconnected-hook is a customizable variable defined in nrepl-client.el.

Value

nil

Documentation

List of functions to call when disconnected from the nREPL server.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defcustom nrepl-disconnected-hook nil
  "List of functions to call when disconnected from the nREPL server."
  :type 'hook)