Fork me on GitHub
#cider
<
2016-01-14
>
malabarba12:01:05

@sonelliot there's a variable that controls which repl will be started by cider-jack-in-clojurescript. The default value is the rhyno repl, but you can change that to figwheel

malabarba12:01:49

Just set the value of the variable to (do (use 'figwheel-sidecar.repl-api) (start-figwheel!) (cljs-repl))

malabarba12:01:28

I forget the exact name of the variable now. I think it's cider-clojurescript-repl.

malabarba12:01:35

But it's on the readme

malabarba13:01:19

Ah no. The variable is called cider-cljs-lein-repl