Function: cider-ns-refresh-log-mode
cider-ns-refresh-log-mode is an interactive and byte-compiled function
defined in cider-ns.el.
Signature
(cider-ns-refresh-log-mode)
Documentation
Major mode for the *cider-ns-refresh-log* buffer.
C-c M-n r cider-ns-refresh
g cider-ns-refresh
r cider-ns-refresh
In addition to any hooks its parent mode special-mode might have
run, this mode runs the hook cider-ns-refresh-log-mode-hook, as the
final or penultimate step during initialization.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-ns.el
(define-derived-mode cider-ns-refresh-log-mode special-mode "Refresh Log"
"Major mode for the `*cider-ns-refresh-log*' buffer.
\\{cider-ns-refresh-log-mode-map}"
;; the buffer is populated asynchronously; don't ask to confirm a revert
(setq-local revert-buffer-function (lambda (&rest _) (cider-ns-refresh))))