chiark / gitweb /
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 fe2f7be91cacb78d6ad0685155f7e98efc482688..7bc03681f41c69ef5b89746e1e6bf2989fb21e03 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)