]> git.donarmstrong.com Git - emacs.git/blobdiff - .emacs
add tab always indent
[emacs.git] / .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")))