Fork me on GitHub
#cider
<
2022-09-28
>
andrzejsliwa14:09:06

Hey, is there any way of selecting profile on cider-jack-in? On deps.edn project

dpsutton14:09:44

https://docs.cider.mx/cider/basics/up_and_running.html#clojure-cli-options details cider-clojure-cli-aliases`` which should be what you want

andrzejsliwa14:09:05

you mean together with .dir-locals.el ? or there is any fancy way of asking for selection

dpsutton14:09:07

no fancy way of asking for selection. For one-off’s you can use a prefix arg when jacking-in to manually edit the jack in string in the minibuffer. Otherwise you’ll need to set that cider-clojure-cli-aliases in dir-locals.

enn17:09:02

When running multiple REPLs and using sesman-link-with-buffer to attach Clojure buffers to them, the sesman sessions seem to survive after the REPL buffers are killed. I only have a single REPL open now, but sesman-link-with-buffer gives me four options, and none of my buffers is connected to the sole actual running REPL. Is there a way to clean up these stray sessions without restarting emacs?