emacs-evil / evil-cleverparens

Evil normal-state minor-mode for editing lisp-like languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for clojure?

drorbemet opened this issue · comments

Does evil-cleverparens intend to support clojure specific edge cases?

Clojure and Emacs Lisp are the two languages I mostly use so definitely. What are the edge cases you have in mind?

Oh, that sounds great, thanks. Right now I don't have a specific case that does not work. But I am glad to know that it would be considered a priority if one occurs.

evil-cleverparens is built on top of smartparens, so if you configure smartparenes to work with Clojure then most things should just work. See sp-sexp-prefix in particular.