Variable: cider-repl-buffer-size-limit

cider-repl-buffer-size-limit is a customizable variable defined in cider-repl.el.

Value

nil

Documentation

The max size of the REPL buffer.

Setting this to nil removes the limit.

This variable was added, or its default value changed, in cider version 0.26.0.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defcustom cider-repl-buffer-size-limit nil
  "The max size of the REPL buffer.
Setting this to nil removes the limit."
  :group 'cider
  :type 'integer
  :package-version '(cider . "0.26.0"))