Variable: cider-repl-history-preview-overlay

cider-repl-history-preview-overlay is a variable defined in cider-repl-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-20260414.1619/cider-repl-history.el
(defvar cider-repl-history-preview-overlay nil
  "Overlay used to preview what would happen if the user inserted the given text.")