diff --git a/modes/corfu/evil-collection-corfu.el b/modes/corfu/evil-collection-corfu.el index 4620192..a41b3da 100644 --- a/modes/corfu/evil-collection-corfu.el +++ b/modes/corfu/evil-collection-corfu.el @@ -127,7 +127,7 @@ This key theme variable may be refactored in the future so use with caution." (kbd "C-d") 'corfu-scroll-down)) (advice-add 'corfu--setup :after (lambda (&rest _) (evil-normalize-keymaps))) - (advice-add 'corfu--teardown :after 'evil-normalize-keymaps)) + (advice-add 'corfu--teardown :after (lambda (&rest _) (evil-normalize-keymaps)))) (provide 'evil-collection-corfu) ;;; evil-collection-corfu.el ends here