Hi, I've been having an issue with figwheel-main (with CIDER in emacs) where it switches back to the cljs.user namespace any time I evaluate a form:
I fixed that symptom about 1mo ago - could you check you are using a recent-enough cider?
Hmmm, good suggestion. Glad to know I'm not the only one seeing this. I've installed CIDER through use-package and straight, which is a bit of a new setup for me and I wasn't familiar with how to update packages. I'm doing that now...
That you use straight is good news because it probably means you can pin the package to the v.1.10.0 tag, for instance, which is our latest stable release :)
(just in case, be sure to upgrade clojure-mode as well)
Looks like that fixed it! Thanks!
You're quick! Happy you got it
I just did a straight-pull-all for now. I'll look into version pinning. That's a good tip too.
Yep. I had same issue and vemv fixed it with the newer version.