diff options
-rw-r--r-- | lib/doc/jao-org-notes.el | 4 |
1 files changed, 2 insertions, 2 deletions
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) |