Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
kiennq committed Mar 31, 2024
1 parent 83e0fd7 commit b15c0c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modes/corfu/evil-collection-corfu.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b15c0c5

Please sign in to comment.