Variable: cider-repl-history-repl-window

cider-repl-history-repl-window is a variable defined in cider-repl-history.el.

Value

nil

Documentation

The window in which chosen command history data will be inserted.

It is probably not a good idea to set this variable directly; simply call cider-repl-history again.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl-history.el
(defvar cider-repl-history-repl-window nil
  "The window in which chosen command history data will be inserted.
It is probably not a good idea to set this variable directly; simply
call `cider-repl-history' again.")