dotfiles/emacs/.emacs.d/elpa/evil-collection-20260818.145/modes/imenu/README.org

12 lines
431 B
Org Mode
Raw Normal View History

* 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=.