fix(vertico): unrecognized keyword :function error
Due to upstream change to consult-async-split-styles-alist. Ref: minad/consult@dbe48621f3
This commit is contained in:
parent
14b2395424
commit
cbc3c0860e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
(consult-async-split-styles-alist consult-async-split-styles-alist))
|
(consult-async-split-styles-alist consult-async-split-styles-alist))
|
||||||
;; Change the split style if the initial query contains the separator.
|
;; Change the split style if the initial query contains the separator.
|
||||||
(when query
|
(when query
|
||||||
(cl-destructuring-bind (&key type separator initial)
|
(cl-destructuring-bind (&key type separator initial _function)
|
||||||
(consult--async-split-style)
|
(consult--async-split-style)
|
||||||
(pcase type
|
(pcase type
|
||||||
(`separator
|
(`separator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue