]> git.donarmstrong.com Git - emacs.git/commitdiff
add tab always indent
authorDon Armstrong <don@donarmstrong.com>
Mon, 22 Jul 2013 04:52:53 +0000 (21:52 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 22 Jul 2013 04:52:53 +0000 (21:52 -0700)
.emacs

diff --git a/.emacs b/.emacs
index b5654389b68c75f9acc10ba33f1cd26420e12569..a6a9ff94701508cc88f3e1ae67b4e556ef566b78 100644 (file)
--- 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")))