Bozhidar Batsov
Bozhidar Batsov
> Should I add a new section for the faces? Yeah, it can be somewhere under "Configuration".
That's a pretty weird issue! @alexander-yakushev would be able to take a look?
I think it will be really easy to extend to `cider-restart` restart both REPLs. The only reason we haven't done is probably because we didn't think about this. I don't...
Seems we need a solution similar to the one tracking the invocation command here https://github.com/clojure-emacs/cider/pull/1905 //cc @cskksc
> Projectile seems to initialize its cache. I've recently reworked the cache, so it's per project and loaded later, but the init step for any project would be just as...
I guessing changing this to something else might be your best best: ``` fdfind . -0 -H --color=never --type file --type symlink --follow --exclude .git --strip-cwd-prefix ```
> This change explicitly links the newly created buffer with the session of the current buffer. I'm not sure if this is the best way to do it, so I'm...
Here's also one older similar issue with some notes how to debug this https://github.com/clojure-emacs/cider/issues/3250
One more thing - CIDER is the only project using Sesman, so I'm also contemplating simply inlining it in CIDER and dropping all of the stuff that are more generic....
@vspinu I'd appreciate some way to set a default session in Sesman - e.g. when a session is selected as default it's always used when a more fitting session can't...