Automatically closing braces in emacs?
- by Dave Rigby
Hi
I've seen a plugin for Vim called AutoClose (discovered from this post) which automatically adds the closing brace when typing '(', '{' etc.
For example; when I type the following ( | is the cursor):
int main(|
I would like the closing ) to be inserted automatically for me:
int main(|)
Does anyone know of a similar feature for emacs - Google has failed me this time!