Closed leafarbelm closed 8 months ago
Here's what I do:
(push '(?h "Headings")
(plist-get (cdr (assoc 'emacs-lisp-mode consult-imenu-config)) :types))
But you should give consult-outline
a try!
After adding this snippet Its works exactly how i expected, maybe you should add this in the package i think it would be a good addition.
Thanks for the cool package!!
When using
(setq use-package-enable-imenu-support t)
withoutli-mode
packages and headings appear in the same consult source inconsult-imenu
:Its possible to create a separated source for headings?