[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs tip: navigate (and fuzzy search!) your package definitions
From: |
Vladimir Sedach |
Subject: |
Re: Emacs tip: navigate (and fuzzy search!) your package definitions |
Date: |
Wed, 06 Feb 2019 12:44:09 -0800 |
User-agent: |
mu4e 1.1.0; emacs 25.3.1 |
> or some Ivy/Counsel equivalent)
I like ivy-imenu-anywhere from the imenu-anywhere package (which also
provides helm and ido versions).
imenu is one of the great ideas in GNU Emacs that does not get enough
exposure. If you work on a GNU Emacs major mode you should definitely
think about how you can provide information via imenu.
Vladimir