Fork me on GitHub
#spacemacs
<
2017-10-11
>
achikin11:10:28

Hi! Does anyone know a good tutorial on setting up inf-clojure with spacemacs?

andre.stylianos13:10:14

Also interested, I tried looking a while back but didn't find anything

jeff.terrell14:10:27

I don't really know inf-clojure, but have you tried adding it as an additional package in your .spacemacs with the dotspacemacs-additional-packages variable? You can also set up your own key bindings (either globally or under SPC m in your major mode) with spacemacs/set-leader-keys and spacemacs/set-leader-keys-for-major-mode in your dotspacemacs/user-config. It was easier than I thought it would be, and the Spacemacs documentation explains it well. @achikin

achikin18:10:00

Thank you @jeff.terrell, this is exactly what I was looking for.

jeff.terrell18:10:59

Awesome! You're welcome. Happy hacking!