(lisp-imenu-generic-expression):
Recognize define-skeleton as a function definer.
This commit is contained in:
parent
41b3e67c3f
commit
00a90f4253
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
(defvar lisp-imenu-generic-expression
|
||||
'(
|
||||
(nil
|
||||
"^\\s-*(def\\(un\\|subst\\|macro\\|advice\\)\\s-+\\([-A-Za-z0-9+*|:/]+\\)" 2)
|
||||
"^\\s-*(def\\(un\\|subst\\|macro\\|advice\\|ine-skeleton\\)\\s-+\\([-A-Za-z0-9+*|:/]+\\)" 2)
|
||||
("Variables"
|
||||
"^\\s-*(def\\(var\\|const\\|custom\\)\\s-+\\([-A-Za-z0-9+*|:/]+\\)" 2)
|
||||
("Types"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue