We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As far as I can tell this usage is not the right way to go about it.
As a result I cannot add my patterns to imenu-generic-expression.
imenu-generic-expression
The line should probably be
(add-to-list 'imenu-generic-expression '(nil clojure-match-next-def 0))
The text was updated successfully, but these errors were encountered:
Probably you're right. PR welcome.
Sorry, something went wrong.
[Fix clojure-emacs#393] don't hard-code imenu-generic-expression
9be1d7b
[Fix clojure-emacs#393] Don't hard-code imenu-generic-expression
586aa7c
b3ac167
[Fix clojure-emacs#393] Don't hard-code imenu-generic-expression (clo…
133d71e
…jure-emacs#397)
No branches or pull requests
As far as I can tell this usage is not the right way to go about it.
As a result I cannot add my patterns to
imenu-generic-expression
.The line should probably be
The text was updated successfully, but these errors were encountered: