Fork me on GitHub
#cider
<
2019-10-07
>
blueberry21:10:31

@bozhidar Thanks for that tip! I have a technical issue with cider-selector's keybinding. I'm using the latest prelude/cider but C-c M-s says "C-c M-s is undefined". When I call cider-selector I get the prompt asking me to choose, so the functionality seems to be there. Is it expected that I connect that keybinding, or something else may be the problem? Arch Linux, it's latest emacs, updated prelude/cider...

bozhidar21:10:19

@blueberry It’s bound only in clojure-mode. I’m assuming you tried to call it from some buffer where clojure-mode wasn’t active.

bozhidar21:10:26

I guess I’ll have to add a note about this.

blueberry21:10:05

@bozhidar I called it from a .clj buffer. Now I restarted the REPL, and it is active. Thanks! Solved (but better add that note to the doc)

bozhidar21:10:54

Hmm, that’s pretty weird.