,我在源看到的設置:
(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
作爲全球設置?