Closed lokedhs closed 8 years ago
Elisp ref: https://www.gnu.org/software/emacs/manual/html_node/elisp/Imenu.html
How do I get information out of imenu
?
You can use (imenu--make-index-alist t)
to get imenu entries for the file.
Thanks!
I added the speedbar thing, but I'm not sure it works.
In order to add imenu support, all that needs to be done is to set
imenu-generic-expression
to a set of matchers that are able to detect the form of a function definition.Once that has been written, adding the following will use this to provide speedbar support: