jsx / jsx-mode.el

Emacs major mode for JSX, an altJS
72 stars 13 forks source link

Stop a space being inserted when opening parenthesis #12

Open dagda1 opened 9 years ago

dagda1 commented 9 years ago

Is it possible to stop a space being inserted whenever I type an opening parenthesis?

If I type tree(, it will expand out to tree (.

Can I stop this behaviour?