el/dot-emacs.el: Set indent quantum for plain `perl-mode'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 4 Aug 2015 15:45:30 +0000 (16:45 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 4 Aug 2015 15:45:30 +0000 (16:45 +0100)
Didn't need this back when we had a hacky alias.

el/dot-emacs.el

index bd29385..316b9e0 100644 (file)
@@ -2127,6 +2127,8 @@ doesn't match any of the regular expressions in
 
 ;; Perl indentation style.
 
+(setq perl-indent-level 2)
+
 (setq cperl-indent-level 2)
 (setq cperl-continued-statement-offset 2)
 (setq cperl-continued-brace-offset 0)