Fix +lookup/in-docsets's vertico section
Convert the let form to let* to fix `Symbol’s value as variable is void: sink`.
This commit is contained in:
parent
d3f372cd83
commit
ea10da4459
1 changed files with 11 additions and 11 deletions
|
@ -106,7 +106,7 @@ installed with `dash-docs-install-docset'."
|
|||
(dash-docs-initialize-debugging-buffer)
|
||||
(dash-docs-create-buffer-connections)
|
||||
(dash-docs-create-common-connections)
|
||||
(let ((sink
|
||||
(let* ((sink
|
||||
(thread-first (consult--async-sink)
|
||||
(consult--async-refresh-immediate)
|
||||
(+lookup--consult-search (current-buffer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue