From: Mark Wooding Date: Sat, 3 Nov 2012 11:25:48 +0000 (+0000) Subject: dot/emacs: Recognize `@BASH@' in shebang lines. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/e6aa2f00f3c5a5d4f684c0f4c24ebc6388ebc9a1?ds=inline;hp=--cc dot/emacs: Recognize `@BASH@' in shebang lines. --- e6aa2f00f3c5a5d4f684c0f4c24ebc6388ebc9a1 diff --git a/dot/emacs b/dot/emacs index fe2f7be..7bc0368 100644 --- a/dot/emacs +++ b/dot/emacs @@ -544,6 +544,7 @@ (setq interpreter-mode-alist (append `(("runlisp" . lisp-mode) + ("@BASH" . sh-mode) ("@PYTHON@" . python-mode) ("@PERL@" . perl-mode) ("@TCLSH@" . tcl-mode)