Fork me on GitHub
#figwheel
<
2017-11-14
>
fabrao02:11:09

Hello all, how to start figwheel in emacs like lein figwheel dev devcards or with multiple profiles?

fabrao02:11:05

I used like

(do (require 'figwheel-sidecar.repl-api)
           (figwheel-sidecar.repl-api/start-figwheel!)
           (figwheel-sidecar.repl-api/cljs-repl))

fabrao02:11:39

is there any way to include profile to start-figwhell ?

ajs04:11:20

This is similar to my question. Where do you put this code, and what do you do to launch it in emacs?

ajs04:11:20

This is similar to my question. Where do you put this code, and what do you do to launch it in emacs?

fabrao15:11:50

@ajs I could use it with (figwheel-sidecar.repl-api/start-figwheel! "dev" "devcards")

fabrao15:11:09

it compiles both .js

ajs15:11:49

But where are you putting this code, in a cljs file that is run when you start a clj repl?