Fork me on GitHub
#cursive
<
2016-07-01
>
danielohrlund05:07:19

@cfleming: of course, sorry for not including that in the first place! in a .clj-file:

(->> some
     broken
     example)
in a .cljs-file:
(->> some
  broken
  example)

imre15:07:37

a question to cursive users: do you use the "move forward/backward into/out of sexp" commands?

imre15:07:39

and another one, maybe for @cfleming : is there a command that would require the current file's namespace in the repl but wouldn't switch to it?