dot/emacs: Recognize `@BASH@' in shebang lines.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Nov 2012 11:25:48 +0000 (11:25 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Nov 2012 11:25:48 +0000 (11:25 +0000)
dot/emacs

index fe2f7be..7bc0368 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 (setq interpreter-mode-alist
       (append `(("runlisp" . lisp-mode)
+               ("@BASH" . sh-mode)
                ("@PYTHON@" . python-mode)
                ("@PERL@" . perl-mode)
                ("@TCLSH@" . tcl-mode)