summaryrefslogtreecommitdiff
path: root/lisp/modules/xedit.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/modules/xedit.lsp')
-rw-r--r--lisp/modules/xedit.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/modules/xedit.lsp b/lisp/modules/xedit.lsp
index 25019ec..d3e2a02 100644
--- a/lisp/modules/xedit.lsp
+++ b/lisp/modules/xedit.lsp
@@ -64,8 +64,12 @@
"Patch file" "patch" . *patch-mode*)
("[Mm]akefile.*|\\.mk$"
"Makefile" "make" . *make-mode*)
+ ("\\.(ac|in|m4)$"
+ "Autotools" "auto" . *auto-mode*)
("\\.spec$"
"RPM spec" "rpm" . *rpm-mode*)
+ ("\\.(pl|pm|ph)$"
+ "Perl" "perl" . *perl-mode*)
("\\.(sgml?|dtd)$"
"SGML" "sgml" . *sgml-mode*)
("\\.html?$"