Variable: consult-grep-max-columns

consult-grep-max-columns is a customizable variable defined in consult.el.

Value

300

Documentation

Maximal number of columns of grep output.

If set to nil, do not truncate candidates. This can have negative performance implications but helps if you want to export long lines via embark-export.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
(defcustom consult-grep-max-columns 300
  "Maximal number of columns of grep output.
If set to nil, do not truncate candidates.  This can have negative
performance implications but helps if you want to export long lines via
`embark-export'."
  :type '(choice natnum (const nil)))