spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
David Schmidt 2020-02-05T21:36:17.139Z

I’m pretty new to emacs (and even moreso spacemacs) as a vim user. I’d like to add lispy + lispyville to have paren-safe vim commands while editing clojure code. I don’t think this comes in the base clojure layer, and I’m not really sure what the right way / right place to do this configuration is. If anyone could point me in the right direction I’d really appreciate it!

aisamu 2020-02-06T12:37:05.149600Z

I've sort of made it work with a private layer and two calls to use-packages (lispy, and lispyville). Configuration went on the :init key

David Schmidt 2020-02-06T15:17:29.154Z

Thanks for the advice! I’m thinking it’s possible I never got evil-cleverparens working correctly (which is why I used lispyville originally). If I still can’t figure that out, I’ll follow your suggestion.