Fork me on GitHub
#parinfer
<
2016-08-21
>
jasongilman02:08:48

@shaunlebron: if you have any issues developing Clojure in Atom I might be able to help. I use it exclusively for Clojure as do most of the people with which I work. Nothing bad to say about Cursive though.

cfleming03:08:16

@jasongilman: Nor I about proto-repl, it looks really nice. I’m jealous of the graphing capabilities.

shaunlebron20:08:08

@jasongilman: cool, thanks. the indentation issue is pretty bad

shaunlebron20:08:25

pressing enter will only match the indentation of the previous line

shaunlebron20:08:15

pasting code will auto-match the indentation of the previous line as well (big complaint from friends who use it for cljs work)

jasongilman23:08:19

@shaunlebron I solved that problem using the lisp paredit plugin and some atom settings. See the instructions here https://gist.github.com/jasongilman/d1f70507bed021b48625

jasongilman23:08:29

I turn off most of the features of lisp paredit but it does fix the new line issue. This is something I thought Parinfer could handle as well.