Variable: cider-repl-history-show-preview
cider-repl-history-show-preview is a customizable variable defined in
cider-repl-history.el.
Value
nil
Documentation
If non-nil, show a preview of the inserted text in the REPL buffer.
The REPL buffer would show a preview of what the buffer would look like if the item under point were inserted.
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-show-preview nil
"If non-nil, show a preview of the inserted text in the REPL buffer.
The REPL buffer would show a preview of what the buffer would look like
if the item under point were inserted."
:type 'boolean
:package-version '(cider . "0.15.0"))