From: Mark Wooding Date: Wed, 28 Dec 2011 17:09:06 +0000 (+0000) Subject: el/dot-emacs.el: Use CPerl mode rather than Perl mode. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/a51b28e93aa3d9d9f67f2b2718938ef1ff27c979 el/dot-emacs.el: Use CPerl mode rather than Perl mode. It's just so much better... --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 42928af..76cda19 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1572,6 +1572,7 @@ (defun mdw-fontify-awk () ;; Perl indentation style. +(fset 'perl-mode 'cperl-mode) (setq cperl-indent-level 2) (setq cperl-continued-statement-offset 2) (setq cperl-continued-brace-offset 0)