Variable: consult--regexp-compiler

consult--regexp-compiler is a variable defined in consult.el.

Value

consult--default-regexp-compiler

Documentation

Regular expression compiler used by consult-grep and other commands.

The function must return a list of regular expressions and a highlighter function.

Source Code

;; Defined in ~/.emacs.d/elpa/consult-20260805.1130/consult.el
;;;; Internal variables

(defvar consult--regexp-compiler
  #'consult--default-regexp-compiler
  "Regular expression compiler used by `consult-grep' and other commands.
The function must return a list of regular expressions and a highlighter
function.")