summaryrefslogtreecommitdiff
path: root/modes/imenu
AgeCommit message (Collapse)Author
2022-07-12consult, imenu: Declare some navigation commands to be non-repeatable (#653)Brian Leung
It does not make sense to repeat these commands via evil-repeat. (It also doesn't work) We typically use evil-repeat for commands that change the buffer contents.
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2020-05-06imenu: Init; add jump list integrationJacob First