blob: b34a65d09f0de160e8b70c0436c910dfbd9dd08d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
* imenu
Evil integration for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html][imenu]]. No keymap is touched; the setup only marks
=imenu= as a non-repeatable jump command for evil's jump list and dot-repeat
machinery.
** Notes
- =imenu= is declared with =evil-declare-not-repeat=.
- =imenu= is given the =:jump t= command property so it integrates with
=C-o= / =C-i= and =evil-set-jump=.
|