Variable: nrepl-close-connection-handler-function
nrepl-close-connection-handler-function is a variable defined in
nrepl-client.el.
Value
nil
Documentation
Function to call to close a client connection buffer.
Called with one argument: the REPL buffer to close. When nil, client buffers are not cleaned up on server exit.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defvar nrepl-close-connection-handler-function nil
"Function to call to close a client connection buffer.
Called with one argument: the REPL buffer to close.
When nil, client buffers are not cleaned up on server exit.")