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:
Luigi Sartor Piucco 2024-02-04 18:19:04 -03:00
parent cc6b0ee274
commit f74c7fc043
No known key found for this signature in database
GPG key ID: 6FF1A01853A47A66
2 changed files with 4 additions and 4 deletions

View file

@ -35,4 +35,4 @@
(package! neotree)
(autoload 'neotree-make-executor "neotree" nil nil 'macro))
(package! evil-collection :pin "8be4b75c86bc637dbcd14be7522d6da06df1747e"))
(package! evil-collection :pin "8c84f9bc89fe56e71b56519f886085ddcbc671cf"))