From: Don Armstrong Date: Thu, 7 Nov 2013 06:26:31 +0000 (-0800) Subject: I actually do not want cperl-indent-parens-as-block because I hate that code style X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=be7768a74ce2c3531dfa47094e4d6c3344cec7ca;p=emacs.git I actually do not want cperl-indent-parens-as-block because I hate that code style --- diff --git a/.emacs b/.emacs index bac5e50..5fe719e 100644 --- a/.emacs +++ b/.emacs @@ -293,12 +293,13 @@ Argument DESCRIPTION MIME description." cperl-auto-newline nil cperl-auto-newline-after-colon nil cperl-continued-statement-offset 4 - cperl-brace-offset -4 + cperl-brace-offset -1 cperl-continued-brace-offset 0 cperl-label-offset -4 cperl-highlight-variables-indiscriminately t cperl-electric-lbrace-space nil - cperl-indent-parens-as-block t + cperl-indent-parens-as-block nil + cperl-close-paren-offset -1 cperl-tab-always-indent t) ;(add-hook 'cperl-mode-hook (lambda () (cperl-set-style "PerlStyle")))