jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
373 stars 67 forks source link

Types of items for imenu should be optional. #162

Closed akoppela closed 4 years ago

akoppela commented 4 years ago

Recently elm-imenu.el was changed with types of items addition. I like previous behavior much more. I always know what I want to look for and I never want to search a specific function or type, etc. Does that make sense to make types of items an optional thing? I may submit a patch if required.

purcell commented 4 years ago

Done, set elm-imenu-use-categories to nil to get the old behaviour.

akoppela commented 4 years ago

Thank you sir.

purcell commented 4 years ago

Happy to help