hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
191 stars 47 forks source link

i want comfortable close-parenthesis feature. #19

Closed podhmo closed 10 years ago

podhmo commented 10 years ago

i want comfortable close-parenthesis feature.

e.g. it can close only type ')' key that starting with '[' or '(' expression.

so,

(defclass Foo [object] [[--init-- (fn [self] (setv self.x 10) ;; only types )))), not )]])
algernon commented 10 years ago

I think paredit can do that already? Or am I misunderstanding something?

podhmo commented 10 years ago

oh, paredit. i see.