Skip to main content
3 events
when toggle format what by license comment
Jun 22, 2020 at 17:39 comment added Aidan Schofield The error message means that you do not have imenu loaded at the time you tried the function. Put (require 'imenu) before this code. I do not have any experience with counsel-imenu so cannot help with that.
Jun 22, 2020 at 17:17 comment added tinlyx Thanks! Could you give an example of how to use it with counsel-imenu? Sorry, I am new to elisp. Just added your code to init.el, and got cdr: Symbol’s function definition is void: imenu--make-index-alist.
Jun 22, 2020 at 14:36 history answered Aidan Schofield CC BY-SA 4.0