From cf7fb3e1358138b58d340275498086cdeba9a333 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 10 Jun 2015 11:38:43 +0100 Subject: [PATCH] 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. --- dot/emacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.0