summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-05 22:10:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-05 22:10:41 -0700
commit93639c9d84230dcc15cbc828fb02b74c0298c279 (patch)
treeefeda9c75b04d91455119f875d702043ab33922f
parent194792196508f113e203a9aef6d5d9b9f9c2b9d2 (diff)
downloaddotfiles-93639c9d84230dcc15cbc828fb02b74c0298c279.tar.gz
more cperl settings
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 048ff7c5..f1b1b76f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2328,6 +2328,8 @@ Replaces parent directories with their initial characters."
(setq cperl-indent-level 4)
(setq cperl-indent-wrt-brace t)
+(setq cperl-lineup-step 1)
+;; (setq cperl-continued-statement-offset 4)
;;; changelogs