chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
070c1dc
)
dot/emacs: Recognize some Autoconf tokens in shebang lines.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 18 Dec 2011 16:26:04 +0000
(16:26 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 18 Dec 2011 16:27:06 +0000
(16:27 +0000)
Maybe more of these later.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 931e5b1d22e8c567902887d659346b2e8daa3d87..fca998c822d9edf0f9d92c2deccdcb455d9b6c2d 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-536,7
+536,11
@@
auto-mode-alist))
(setq interpreter-mode-alist
auto-mode-alist))
(setq interpreter-mode-alist
- (append `(("runlisp" . lisp-mode))
+ (append `(("runlisp" . lisp-mode)
+ ("@PYTHON@" . python-mode)
+ ("@PERL@" . perl-mode)
+ ("@TCLSH@" . tcl-mode)
+ ("@WISH@" . tcl-mode))
interpreter-mode-alist))
(setq completion-ignored-extensions
interpreter-mode-alist))
(setq completion-ignored-extensions