From b15c0c5819e9ebd2328d374235a55be373c2a755 Mon Sep 17 00:00:00 2001 From: Kien Nguyen Date: Sun, 31 Mar 2024 10:44:51 -0700 Subject: [PATCH] nit --- modes/corfu/evil-collection-corfu.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modes/corfu/evil-collection-corfu.el b/modes/corfu/evil-collection-corfu.el index 89dafd2..c76f839 100644 --- a/modes/corfu/evil-collection-corfu.el +++ b/modes/corfu/evil-collection-corfu.el @@ -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