@lalanikki depending what features from figwheel you're looking for, then if you're only looking for the repl driven development you may be better off just useing piggieback https://github.com/clojure-emacs/piggieback which figwheel uses to create clojurescript browser (and in rare cases) node repl. The git organization clojure-emacs
is misleading, piggyback has nothing to do with emacs, I don't know why this is not maintained anymore on cemerick's github repo (which is the original author).
@hlolli cemerick had no interest in maintaining it anymore. bhauman and bbatsov were interested in continuing development of that so he transferred it over to them. https://github.com/clojure-emacs/piggieback/issues/81