Variable: cider-repl-wrap-history

cider-repl-wrap-history is a customizable variable defined in cider-repl.el.

Value

nil

Documentation

T to wrap history around when the end is reached.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
;;; History

(defcustom cider-repl-wrap-history nil
  "T to wrap history around when the end is reached."
  :type 'boolean)