以及我在源代码中看到的设置:
(defcustom cperl-indent-parens-as-block nil
"*Non-nil means that non-block ()-, {}- and []-groups are indented as blocks,
but for trailing \",\" inside the group, which won't increase indentation.
One should tune up `cperl-close-paren-offset' as well."
:type 'boolean
:group 'cperl-indentation-details)
我试图使用(custom-set-variable '(cperl-indent-parens-as-block t))
,但这不起作用,所以我怎样才能将其更改t
为全局设置?