bump: :completion corfu + evil-collection
The `evil-collection` upgrade is needed due to a recent breaking change in Corfu's setup and teardown functions. `evil-collection` `:after`-advised these with `#'evil-normalize-keymaps`, which accepts only 1 optional argument. This was fine because the functions took no arguments, but some have been introduced recently. Trying to initiate completion would now throw a "too many arguments" error, and due to the partial operation on the keymaps, make Emacs mostly unusable. Related links: -9cebcfedca
-cf1a11912d
-61a20a5036
-2eb68ac588
This commit is contained in:
parent
cc6b0ee274
commit
f74c7fc043
2 changed files with 4 additions and 4 deletions
|
@ -35,4 +35,4 @@
|
|||
(package! neotree)
|
||||
(autoload 'neotree-make-executor "neotree" nil nil 'macro))
|
||||
|
||||
(package! evil-collection :pin "8be4b75c86bc637dbcd14be7522d6da06df1747e"))
|
||||
(package! evil-collection :pin "8c84f9bc89fe56e71b56519f886085ddcbc671cf"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue