Variable: consult-fontify-max-size

consult-fontify-max-size is a customizable variable defined in consult.el.

Value

1048576

Documentation

Avoid whole-buffer fontification for buffers larger than this character limit.

This setting affects the command consult-keep-lines.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-fontify-max-size (* 1024 1024)
  "Avoid whole-buffer fontification for buffers larger than this character limit.
This setting affects the command `consult-keep-lines'."
  :type '(natnum :tag "Buffer size in characters"))