mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user