From 9fd1efccd7ee63dcf649edd183d11bb7eac0e58d Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 29 Dec 2020 21:11:19 +0100 Subject: [PATCH] consult-grep: report xref-location category see https://github.com/minad/marginalia/issues/40 --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index e0e98f43..9114c36b 100644 --- a/consult.el +++ b/consult.el @@ -1993,7 +1993,7 @@ PROMPT is the prompt string." :lookup (consult--grep-marker open) :preview (and consult-preview-grep (consult--preview-position)) :require-match t - :category 'grep + :category 'xref-location :history '(:input consult--grep-history) :sort nil))))