From: Mark Wooding Date: Sun, 18 Dec 2011 16:26:04 +0000 (+0000) Subject: dot/emacs: Recognize some Autoconf tokens in shebang lines. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/8b064239c0c2b15906045455f7f1367796d411a2?ds=inline dot/emacs: Recognize some Autoconf tokens in shebang lines. Maybe more of these later. --- diff --git a/dot/emacs b/dot/emacs index 931e5b1..fca998c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -536,7 +536,11 @@ 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