Get rid of cperl electric parens
This commit is contained in:
parent
c7d463c50e
commit
01234f7b5d
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue