From 09188cd6915c94625dd10d63476a0bf95e890594 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 30 Jul 2021 01:12:24 +0100 Subject: jao-org-notes: consult-async-default-split --- lib/doc/jao-org-notes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/doc') diff --git a/lib/doc/jao-org-notes.el b/lib/doc/jao-org-notes.el index 9fdca8a..391fa47 100644 --- a/lib/doc/jao-org-notes.el +++ b/lib/doc/jao-org-notes.el @@ -56,8 +56,8 @@ (consult--async-transform jao-org-notes--matches)) :prompt prompt :lookup #'jao-org-notes--lookup - :initial consult-async-default-split - :add-history (concat consult-async-default-split (thing-at-point 'symbol)) + :initial (consult--async-split-initial "") + :add-history (concat (consult--async-split-initial "") (thing-at-point 'symbol)) :require-match (not no-req) :category 'jao-org-notes-lookup :history '(:input jao-org-notes--grep-history) -- cgit v1.2.3