Vitalie Spinu
Vitalie Spinu
I don't think this is specific to `imenu-anywhere`. It [does a tiny bit more](https://github.com/vspinu/imenu-anywhere/blob/master/imenu-anywhere.el#L308) than replacing `completing-read-function` for the duration of the call. I hope @abo-abo could tell more about...
Thanks Oleh. So, is there anything I can do on `imenu-anywhere` side at the moment?
If I understand the meaning of "could have" the same as you do then all of the 3 points above are supported by sesman. The way sesman interprets those "could...
> Yes, lsp-mode will decide what is the session for the buffer/directory/project by default. I see. Then you can rebind sesman-single-link-context-types locally around `sesman-current-session`. Setting it as buffer local value...
Could be as an option. The default locations (project, dir and buffer) are merely examples. It basically comes down to writing custom methods `sesman-context` and `sesman-relevant-context-p`. But I don't quite...
I see. This is an interesting feature. If emacs has a built-in ability to retrieve the current git-branch then implementing this should be a triviality.
This might be tricky because one has to have the REPLs running, so a bit hard to think of a generic approach to this. I think your best hope is...
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...
Thanks, that should do.
> ust activating speed-of-thought-mode should be enough (t This doesn't work in my case. It works in elisp but not with clojure mode. I have both `sotlisp` and `sotclojure` installed.