How do I get TextMate style quotes in Emacs?

Posted by pdcawley on Stack Overflow See other posts from Stack Overflow or by pdcawley
Published on 2008-09-16T14:13:58Z Indexed on 2010/03/31 7:43 UTC
Read the original article Hit count: 247

Filed under:

In textmate, when there's a current selection, I hit the " key and the selection gets surrounded by quotes. The same thing happens with other balanced characters like (, {, [ and '.

Am I missing something obvious in Emacs configuration that would enable similar behaviour when using transient mark mode, or do I need to break out elisp and write something?

© Stack Overflow or respective owner

Related posts about emacs