spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2020-03-29T19:46:46.067300Z

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.

2020-03-29T21:00:05.068300Z

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

2020-03-29T21:39:11.069200Z

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.

2020-03-29T21:39:29.069300Z

Thanks to @borkdude for the missing pieces here.