Fork me on GitHub
#cursive
<
2016-05-29
>
cfleming03:05:49

@grumplet: Yes, the indentation should be correct too. Let me know if it’s not, I reverse-engineered based on a bunch of examples but I don’t use rum myself.

grumplet17:05:54

@cfleming: Great - I'll keep an eye on it. It was the indentation that I noticed first but wasn't sure whether it had improved due to my config. By default cursive generally appears to indent def defn and now rum/defc in the same way by lining body forms up with the defined name. I have a preference for using a 2 space indent there. Is that configurable somewhere?

cfleming21:05:55

@grumplet: That indentation is definitely wrong, Cursive should not do that for any of those forms out of the box.

cfleming21:05:45

Are you seeing warnings along the lines of “defn cannot be resolved” in your editor?