Function: cider-repl-history-cleanup-on-exit
cider-repl-history-cleanup-on-exit is a byte-compiled function defined
in cider-repl-history.el.
Signature
(cider-repl-history-cleanup-on-exit)
Documentation
Function called when the user is finished with cider-repl-history.
This function performs any cleanup that is required when the user has finished interacting with the *cider-repl-history* buffer. For now the only cleanup performed is to remove the preview overlay, if it's turned on.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl-history.el
(defun cider-repl-history-cleanup-on-exit ()
"Function called when the user is finished with `cider-repl-history'.
This function performs any cleanup that is required when the user
has finished interacting with the *cider-repl-history* buffer. For now
the only cleanup performed is to remove the preview overlay, if
it's turned on."
(cider-repl-history-clear-preview))