It's some of my earlier work, but it's just as relevant 10 years later π (https://github.com/bbatsov/guru-mode)
Hi! I was wondering if anyone had advice/experience with working with doom-emacs and clojurescript (specifically a project created using https://github.com/day8/re-frame-template ? I cannot connect my emacs to the repl created by this template, but am uncertain if itβs an issue with my doom setup, the template, or my expectations about either.
Cider-jack-in starts a new server for the repl, yes. I think I was also having problem with running shadow through lein so instead I am starting the shadow-cljs watch through cider-jack-in-cljs. Can you try that?
Emphasis on shadow-cljs watch as opposed to lein watch.
ah, I shall try that!
@posobin, that worked! It took a minute, but I have a connected doom session. Thank you!