Variable: cider-repl-history-hook
cider-repl-history-hook is a customizable variable defined in
cider-repl-history.el.
Value
nil
Documentation
A list of functions to call after cider-repl-history.
This variable was added, or its default value changed, in cider version 0.15.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl-history.el
(defcustom cider-repl-history-hook nil
"A list of functions to call after `cider-repl-history'."
:type 'hook
:package-version '(cider . "0.15.0"))