Variable: cider-history-preview-overlay
cider-history-preview-overlay is a variable defined in
cider-history.el.
Value
nil
Documentation
Overlay used to preview what would happen if the user inserted the given text.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260821.817/cider-history.el
(defvar cider-history-preview-overlay nil
"Overlay used to preview what would happen if the user inserted the given text.")