Get rid of cperl electric parens

This commit is contained in:
Valentin Gehrke 2017-09-25 12:51:44 +02:00
parent c7d463c50e
commit 01234f7b5d

View file

@ -66,7 +66,8 @@
'(tool-bar-mode nil)
'(cperl-indent-level 2)
'(cperl-close-paren-offset -2)
'(cperl-indent-parens-as-block t))
'(cperl-indent-parens-as-block t)
'(cperl-electric-parens nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.