Fork me on GitHub
#cider
<
2024-02-11
>
bozhidar15:02:16

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.

dumrat17:02:35

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.

vemv17:02:50

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

👍 1
dumrat18:02:12

Ok, that worked. Thanks

🙌 1
dumrat17:02:24

The only solution I've found is to cutomize the jack in command before running. But that doesn't last either

cjohansen17:02:10

Dir locals are only read on file open. So you must reopen the buffer from the underlying file for changes to take effect.

dumrat17:02:02

I've completely restarted emacs numerous times.

Ellis19:02:06

Also loads when you invoke the relevant major-mode and you can call hack-add-dir-local-variables or similar