Variable: cider-ns-refresh-log-mode-abbrev-table
cider-ns-refresh-log-mode-abbrev-table is a variable defined in
cider-ns.el.
Value
#<obarray n=1>
Documentation
Abbrev table for cider-ns-refresh-log-mode.
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))))