Fork me on GitHub
#cider
<
2016-09-21
>
bozhidar09:09:30

I don’t think so

bozhidar09:09:19

pretty sure we didn’t make it possible to specify indentation in such generic terms - you need concrete names for the indentation spec

mac13:09:52

Is there a way to tell cider to use a specific cljs repl ? I am getting user-error: ‘cider-eval-last-sexp’ needs a ClojureScript REPL. even though I have a working cljs repl open.

mac13:09:31

Ah, the cider-repl-type is clj - is there a way to override that?

michieljoris13:09:27

You can set the mode of the source buffer to clojure-mode instead of clojurescript mode.

michieljoris13:09:07

I've got a cljs repl using dirac, had the same problem, and setting clj-mode lets me eval from the source buffer. However doesn't seem totally functional still.

mac13:09:32

@michieljoris I get some error re hash values, when I try that.

jfntn18:09:33

Does anyone know why the debugger doesn’t work in clojurec-mode with a clj repl?