cperlモードあり
ソースに表示される設定:
(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
グローバル設定に変更するにはどうすればよいですか?