This commit is contained in:
Kien Nguyen 2024-03-31 10:44:51 -07:00
parent 83e0fd74ab
commit b15c0c5819
1 changed files with 1 additions and 2 deletions

View File

@ -135,8 +135,7 @@ This key theme variable may be refactored in the future so use with caution."
(advice-add 'corfu--setup :after (lambda (&rest _) (evil-normalize-keymaps)))
(advice-add 'corfu--teardown :after (lambda (&rest _) (evil-normalize-keymaps)))
(advice-add 'corfu--continue-p
:before-while (lambda (&rest _) (memq evil-state evil-collection-corfu-supported-states)))
)
:before-while (lambda (&rest _) (memq evil-state evil-collection-corfu-supported-states))))
(provide 'evil-collection-corfu)
;;; evil-collection-corfu.el ends here