chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
18312fb
)
el/dot-emacs.el: Set indent quantum for plain `perl-mode'.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Aug 2015 15:45:30 +0000
(16:45 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Aug 2015 15:45:30 +0000
(16:45 +0100)
Didn't need this back when we had a hacky alias.
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index bd2938540eecb0f7858ae029bfa8449ec397c3d6..316b9e050266b8bfe6d5062f6520a684c0db5182 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-2127,6
+2127,8
@@
(defun mdw-fontify-awk ()
;; Perl indentation style.
;; Perl indentation style.
+(setq perl-indent-level 2)
+
(setq cperl-indent-level 2)
(setq cperl-continued-statement-offset 2)
(setq cperl-continued-brace-offset 0)
(setq cperl-indent-level 2)
(setq cperl-continued-statement-offset 2)
(setq cperl-continued-brace-offset 0)