X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.emacs;h=a6a9ff94701508cc88f3e1ae67b4e556ef566b78;hb=688594256de1800eba29391a5fa4e0edb1dffc3d;hp=b5654389b68c75f9acc10ba33f1cd26420e12569;hpb=debf37ac12697cbf5fb047945ec0092344b530af;p=emacs.git diff --git a/.emacs b/.emacs index b565438..a6a9ff9 100644 --- a/.emacs +++ b/.emacs @@ -284,7 +284,8 @@ Argument DESCRIPTION MIME description." cperl-label-offset -4 cperl-highlight-variables-indiscriminately t cperl-electric-lbrace-space nil - ) + cperl-indent-parens-as-block t + cperl-tab-always-indent t) (add-hook 'cperl-mode-hook (lambda () (cperl-set-style "PerlStyle")))