"M-("で空白を入れない

autopair-mode等を使う必要はないけど、括弧のペアを入れたいという
ときがたまにあり "M-( "(insert-parentheses)を使っていたけど、
空白も一緒に挿入されていらついたので、それを抑制する方法を調べて
みた。

設定

parens-require-spacesを nil に設定すれば良いみたいです。

(setq parens-require-spaces nil)