lein-figwheel

piotr-yuxuan 2017-05-16T16:49:02.043509Z

Hi there, I’m not sure where to ask this question. I’ve been reading through the doc of https://github.com/clojure-emacs/clj-refactor.el and some functions needs an active connection to an nRepl server. It’s pretty straightforward with pure Clojure, but what about ClojureScript? This page gives hope it’s possible 🙂 https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl > New Abilities -> The lein figwheel is capable of launching an nREPL server. Have any of tried it out? do you know if it’s simple to set up?

eggsyntax 2017-05-16T16:52:43.123575Z

I believe that I remember reading somewhere in clj-refactor docs or issues that it won't (currently) work with cljs. I don't know whether that's specifically because there's assumed to not be an nrepl connection in that context, or whether there are other issues that also get in the way.

eggsyntax 2017-05-16T16:53:35.142760Z

This ticket is old, but discusses it some: https://github.com/clojure-emacs/clj-refactor.el/issues/72