evil-cleverparens *requires* smartparens and paredit
oscarfv opened this issue · comments
oscarfv commented
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.