Fork me on GitHub
#cider
<
2021-08-12
>
jmckitrick14:08:22

When developing with both clj and cljs, I find I often switch back and forth between the 2 connections via the repl buffers. I just start typing -repl which narrows the choice down. Then I can go back to the buffer I'm working in, and all the CIDER functionality is there. Is there a simpler way to do this?

afleck14:08:22

do you mean something like cider-switch-to-other-repl ? i was looking for this too but i’m not sure it exists (yet)

jmckitrick15:08:37

other repl of other type, yes

jmckitrick17:08:28

I'm experimenting with cider-enlighten-mode and I have it working when enabling the minor mode in the buffer. But I cannot seem to enable it on a function using #light as the docs seem to indicate. Is this feature still current?

linus_gv19:08:44

Hi 👋, I recently configured magit forge and use authinfo.gpg to store token. Since then when I connect to clojure REPL using cider (cider-connect-clj), emacs tries to decrypt authinfo.gpg. Any idea why cider-connect needs access to authinfo.gpg ? Anyway to disable it?

richiardiandrea20:08:06

I have the same issue and I think it's trying to check if there is some user+pass in case of ssh connection. I am not aware of a way to disable it

linus_gv20:08:28

Ok. Thanks for your reply.