From: Don Armstrong Date: Mon, 22 Jul 2013 04:52:53 +0000 (-0700) Subject: add tab always indent X-Git-Url: https://git.donarmstrong.com/?p=emacs.git;a=commitdiff_plain;h=688594256de1800eba29391a5fa4e0edb1dffc3d add tab always indent --- 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")))