rejeep / prodigy.el

Manage external services from within Emacs
GNU General Public License v3.0
550 stars 39 forks source link

Add imenu support in the prodigy buffer #104

Closed DamienCassou closed 7 years ago

DamienCassou commented 7 years ago

Emacs' major modes can facilitate navigation in their buffers by supporting Imenu. In such major modes, launching Imenu (M-x imenu) makes Emacs display a list of items (e.g., function definitions in a code buffer). Selecting an item from this list moves point to this item.

rejeep commented 7 years ago

Nice! 👍