Bozhidar Batsov
Bozhidar Batsov
Yeah, that's technically true, but on the other hand I also know this is never going to be fixed, as it will break backwards compatibility. That's why probably it makes...
Looks reasonable to me.
``` (prelude-require-package 'no-easy-keys) ``` That's only for remote packages. In your case I'm guessing you can just directly enable this mode, as Prelude does `load` on everything under `personal` (meaning...
I guess that depends on the theme you're using. Can you share some screenshot?
I guess I forgot about this ticket. I guess we can add some option to some inverse colours or something along those lines.
In general it shouldn't be a big deal to dump the message log to a file. I guess we can introduce an options about doing this at some point. That'd...
We mostly need a way to identify a project as a babashka project, the rest is trivial. Some file marker would be the easiest option, but an alternative would be...
> Why not have an explicit cider-jack-in-babashka command? Yeah, this would be very simple to do. It can just run the server in the current folder. > But the vast...
@benjamin-asdf CIDER supports jacking-in with BB, but there's no dedicated command for this.
See also the discussion here - https://github.com/clojure-emacs/cider/issues/3179 Basically, I was thinking it's probably more prudent to add some way to force `cider-jack-in-clj` to ask you for the REPL to start...