emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult-recoll b0fa4831e0 15/50: fix: using recoll's ca


From: ELPA Syncer
Subject: [elpa] externals/consult-recoll b0fa4831e0 15/50: fix: using recoll's candidate ordering rather than alphabetical
Date: Sat, 6 Aug 2022 18:57:41 -0400 (EDT)

branch: externals/consult-recoll
commit b0fa4831e047ed16a2a1460a53041f425dedd172
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    fix: using recoll's candidate ordering rather than alphabetical
---
 consult-recoll.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/consult-recoll.el b/consult-recoll.el
index 43857cd402..fe2e890d39 100644
--- a/consult-recoll.el
+++ b/consult-recoll.el
@@ -111,6 +111,7 @@ If given, use INITIAL as the starting point of the query."
                  :prompt consult-recoll-prompt
                  :require-match t
                  :lookup #'consult--lookup-member
+                 :sort nil
                  :initial (consult--async-split-initial initial)
                  :history 'consult-recoll-history
                  :category 'recoll-result))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]