You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bunch of cider projects that usually require starting from a shell and connect via cider-connect. Usually I have two REPLs per project, and I need to manually configure (sesman-browse) which subdirs of a project link with which REPL. I'd love to be able to somehow persist this config to not do it everytime I start a project.
The text was updated successfully, but these errors were encountered:
In principle, if there are stable patterns in the session names (like ending with :1 or :2) then one could make a config on the sesman side to put in .emacs-dir or something and always associate :<N> session with a specific set of dirs.
I have a bunch of cider projects that usually require starting from a shell and connect via cider-connect. Usually I have two REPLs per project, and I need to manually configure (sesman-browse) which subdirs of a project link with which REPL. I'd love to be able to somehow persist this config to not do it everytime I start a project.
The text was updated successfully, but these errors were encountered: