Variable: nrepl-namespace-handler-function
nrepl-namespace-handler-function is a variable defined in
nrepl-client.el.
Value
nil
Documentation
Function to call when the server reports a namespace change.
Called with two arguments: BUFFER and NS (string). When nil, namespace changes are ignored.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defvar nrepl-namespace-handler-function nil
"Function to call when the server reports a namespace change.
Called with two arguments: BUFFER and NS (string).
When nil, namespace changes are ignored.")