Add indent configuration for perl

This commit is contained in:
Valentin Gehrke 2017-09-25 11:44:50 +02:00
parent c856e41b47
commit 50e9e24012

View file

@ -12,6 +12,8 @@
;; Set frame title
(setq frame-title-format "[%m] %f")
(setq-default indent-tabs-mode nil)
;; Default frame size
(setq initial-frame-alist
'(
@ -58,7 +60,10 @@
(ansi-term shell-pop-term-shell)))))
'(shell-pop-window-position "top")
'(shell-pop-window-size 20)
'(tool-bar-mode nil))
'(tool-bar-mode nil)
'(cperl-indent-level 2)
'(cperl-close-paren-offset -2)
'(cperl-indent-parens-as-block t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.