(lisp-imenu-generic-expression): Recognizedefcustom' and
defgroup".
This commit is contained in:
parent
b2b5274783
commit
4b15e3acac
1 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@
|
|||
(nil
|
||||
"^\\s-*(def\\(un\\|subst\\|macro\\|advice\\)\\s-+\\([-A-Za-z0-9+*|:]+\\)" 2)
|
||||
("Variables"
|
||||
"^\\s-*(def\\(var\\|const\\)\\s-+\\([-A-Za-z0-9+*|:]+\\)" 2)
|
||||
"^\\s-*(def\\(var\\|const\\|custom\\)\\s-+\\([-A-Za-z0-9+*|:]+\\)" 2)
|
||||
("Types"
|
||||
"^\\s-*(def\\(type\\|struct\\|class\\|ine-condition\\)\\s-+\\([-A-Za-z0-9+*|:]+\\)"
|
||||
"^\\s-*(def\\(group\\|type\\|struct\\|class\\|ine-condition\\)\\s-+\\([-A-Za-z0-9+*|:]+\\)"
|
||||
2))
|
||||
|
||||
"Imenu generic expression for Lisp mode. See `imenu-generic-expression'.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue