help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

textmate like auto pairings


From: andrea
Subject: textmate like auto pairings
Date: Fri, 18 Dec 2009 12:56:06 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin)

I'd like to configure smartly my auto pairings more cleverly

I use this http://gist.github.com/259460
found I don't know where but I don't know how to configure things per
mode.
Looks its too much in the textmate.el code, I'd just like to set up a
list of assocs with a list of, something like:

--8<---------------cut here---------------start------------->8---
(defvar my-pairs '(
        (python-mode . '(
                         \( . \)
                         \[ . \]
--8<---------------cut here---------------end--------------->8---
...
Something like that...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]