This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-11
Channels
Anyone interested in maintaining https://github.com/clojure-emacs/squiggly-clojure ? The project has been abandonware for a while, so I'm wondering whether to deprecate and archive it, as it seems it's not much interested in it. I'm guessing most people are using clj-kondo
today and this make the older lint projects less relevant.
Is the cider jack-in command cached somewhere somehow? I have been fiddling with .dir-locals.el and deps.edn for hours now with no luck and wondering what's going on. Cider jack-in always only adds cider nrepl middleware only and refuses to add the portal nrepl middleware no matter how I try.
You should customize cider-jack-in-nrepl-middlewares (clojure var) and cider-inject-jack-in-dependencies (maven coordinates)
Check their value with M-:
(eval-expression) prior to jacking in
The only solution I've found is to cutomize the jack in command before running. But that doesn't last either