Fork me on GitHub
#spacemacs
<
2017-05-12
>
claudiu09:05:54

Hi. Totally new to spacemas. Seems really nice, but can’t seem to find a way to install Parinfer. Can anyone help me out with this ?

akiva14:05:08

As far as I know, there’s not yet a Parinfer layer so you’ll have to bolt it on manually. I don’t use it myself but I think it relies on JavaScript or some other external language to do its magic.

jumar15:05:11

Hi, I've just finished the video about Clojure development with spacemacs: https://www.youtube.com/watch?v=4ecC3jqHooc There's also a companion blog post with short summary: https://curiousprogrammer.net/2017/05/12/clojure-development-workflow-with-spacemacs-and-cider/ You can check them out if you think they will be useful for you (especially the beginners)

jumar15:05:03

I'd appreciate if you leave some comments, since this is my first video. So far, I'd be more happy if I'd used larger font and doing it a bit shorter.

jstokes15:05:53

@claudiu might want to look at https://github.com/syl20bnr/spacemacs/pull/7339 if you haven’t already

jstokes16:05:15

if you can’t wait for that to be merged (it has been open a while) these steps seemed to work for me:

- $ cd ~/.emacs.d
- $ git remote add doglooksgood [email protected]:DogLooksGood/spacemacs.git
- $ git checkout doglooksgood/develop -- layers/+vim/parinfer
- add `parinfer` to `dotspacemacs-configuration-layers` (restart to install)

claudiu18:05:34

thank you 🙂 works now.

claudiu19:05:35

anyone know if there’s a simple way to have ‘cider-grimoire’ formatted nicely with colours ?

jeff.terrell20:05:20

@jumar - I haven't watched it yet, but I'd think that's appropriate for #announcements to get a wider audience. :-) Ask in #slack-help (or maybe ask @seancorfield directly) if you're not sure.

jumar20:05:21

@jeff.terrell thanks, but I don't want to disturb too many people 🙂. I think that this channel is just the right granularity.