i’m embarrassed to ask, whats the best way to use parinfer with spacemacs/emacs at the moment? I feel like there is a spacemacs layer, but its in dev. Which i’m not sure how easy it is to switch to…
@drewverlee emacs or spacemacs? there's a parinfer-mode you can use in emacs.
currently I'm still working om the smart mode of parinfer.
Spacemacs, I assumed the solution would be the same
I don’t use Spacemacs, but I do know that it’s opinionated in how it loads its config.
But by looking at the clojure ‘layer’ https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Blang/clojure/packages.el
It looks like you can just use the use-package
function provided on the github page. https://github.com/DogLooksGood/parinfer-mode
Looking at the Spacemacs Clojure file, you might want to turn off Smartparens as well when you turn on Parinfer.