Fork me on GitHub
#spacemacs
<
2020-03-29
>
jaide19:03:46

Working on some small, fun side projects today with lumo. What's the best way to connect to a lumo repl in cljs? I found a few github issues on various projects but they're a few years old so I'm curious if one of those options has caught on.

jaide21:03:05

More research suggests the best way is to run either a lumo socket repl or inferior lisp. How do I install inf-clojure?

jaide21:03:11

Got it working! Added inf-clojure for dotspacemacs-additional-packages and used inf-clojure-connect as well as inf-clojure-minor-mode in my cljs buffer.

jaide21:03:29

Thanks to @U04V15CAJ for the missing pieces here.