Variable: nrepl-connected-hook

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

Value

nil

Documentation

List of functions to call when connecting to the nREPL server.

Source Code

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