emacs-evil / evil-cleverparens

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evil-cleverparens *requires* smartparens and paredit

oscarfv opened this issue · comments

From this project's README:

... evil-cleverparens uses functions from both smartparens and paredit. Neither one is required by default, but ...

Looking at the source, there are plenty of hard dependencies on smartparens (starting with a plain (require 'smartparens)), so the above statement is incorrect.

Bummer, evil-cleverparens is enticing but adding smartparens makes this a too big package for what it does (over plain paredit + evil-paredit, which is what I'm using for many years).

Anyways, thank you for sharing this project with us Evil & Lisp users.