chiark / gitweb /
dot/emacs: Also use `cperl-mode' for `#! .../perl' files.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 23 May 2014 17:22:44 +0000 (18:22 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Apr 2015 14:41:26 +0000 (15:41 +0100)
Missed when abolishing the `perl-mode' -> `cperl-mode' alias.

dot/emacs

index 3e8f81dfc602eed9a0b55420ced70ff5c3fd5bd6..0b21778e08b476a3d2bf0086ea58ea6105e59afd 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
                ("@BASH@" . sh-mode)
                ("@PYTHON@" . python-mode)
                ("@PERL@" . cperl-mode)
+               ("/perl" . cperl-mode)
                ("@TCLSH@" . tcl-mode)
                ("@WISH@" . tcl-mode)
                ("/tclsh" . tcl-mode)