Variable: cider-history-mode-abbrev-table
cider-history-mode-abbrev-table is a variable defined in
cider-history.el.
Value
[## 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
Documentation
Abbrev table for cider-history-mode.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-history.el
(define-derived-mode cider-history-mode clojure-mode "History"
"Major mode for browsing the entries in the command input history.
\\{cider-history-mode-map}"
(setq-local sesman-system 'CIDER))