summaryrefslogtreecommitdiffhomepage
path: root/lib/doc
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-30 01:12:24 +0100
committerjao <jao@gnu.org>2021-07-30 01:12:24 +0100
commit09188cd6915c94625dd10d63476a0bf95e890594 (patch)
tree49c216a58a4e1f19f46f9fe28993b78a4b40e6d6 /lib/doc
parent015fd2f8d35137a13f0c586317fe2d25d3767890 (diff)
downloadelibs-09188cd6915c94625dd10d63476a0bf95e890594.tar.gz
elibs-09188cd6915c94625dd10d63476a0bf95e890594.tar.bz2
jao-org-notes: consult-async-default-split
Diffstat (limited to 'lib/doc')
-rw-r--r--lib/doc/jao-org-notes.el4
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)