Fork me on GitHub
#parinfer
<
2018-02-22
>
Drew Verlee04:02:42

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…

tianshu10:02:51

@drewverlee emacs or spacemacs? there's a parinfer-mode you can use in emacs.

tianshu10:02:56

currently I'm still working om the smart mode of parinfer.

Drew Verlee13:02:43

Spacemacs, I assumed the solution would be the same

justinbarclay14:02:41

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

justinbarclay14:02:06

Looking at the Spacemacs Clojure file, you might want to turn off Smartparens as well when you turn on Parinfer.