From: Mark Wooding Date: Tue, 4 Aug 2015 15:45:30 +0000 (+0100) Subject: el/dot-emacs.el: Set indent quantum for plain `perl-mode'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/88158dafd82e4c589fbcbe1cb287a608c10889e8?ds=inline el/dot-emacs.el: Set indent quantum for plain `perl-mode'. Didn't need this back when we had a hacky alias. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index bd29385..316b9e0 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2127,6 +2127,8 @@ (defun mdw-fontify-awk () ;; 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)