branch: externals/consult-recoll commit 0ba5ae1b53c6965c2ea7e10ed51204c114f0f254 Author: jao <j...@gnu.org> Commit: jao <j...@gnu.org>
fix for consult-recoll's input history --- consult-recoll.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult-recoll.el b/consult-recoll.el index 873cb3dca1..68f6db5b4f 100644 --- a/consult-recoll.el +++ b/consult-recoll.el @@ -113,7 +113,7 @@ If given, use INITIAL as the starting point of the query." :lookup #'consult--lookup-member :sort nil :initial (consult--async-split-initial initial) - :history 'consult-recoll-history + :history '(:input consult-recoll-history) :category 'recoll-result)) ;;;###autoload