From: Mark Wooding Date: Wed, 10 Jun 2015 10:38:43 +0000 (+0100) Subject: dot/emacs: No, `interpreter-mode-alist' entries shouldn't have leading `/'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/cf7fb3e1358138b58d340275498086cdeba9a333?ds=sidebyside dot/emacs: No, `interpreter-mode-alist' entries shouldn't have leading `/'. I can't believe I've gone for so long with this stupid bug. --- diff --git a/dot/emacs b/dot/emacs index 1550b13..f409792 100644 --- a/dot/emacs +++ b/dot/emacs @@ -586,11 +586,11 @@ ("@BASH@" . sh-mode) ("@PYTHON@" . python-mode) ("@PERL@" . cperl-mode) - ("/perl" . cperl-mode) + ("perl" . cperl-mode) ("@TCLSH@" . tcl-mode) ("@WISH@" . tcl-mode) - ("/tclsh" . tcl-mode) - ("/wish" . tcl-mode)) + ("tclsh" . tcl-mode) + ("wish" . tcl-mode)) interpreter-mode-alist)) (setq completion-ignored-extensions