I have a large monorepo repository and open different parts of it in a persp-mode perspective. It would be nice if for all buffers owned by that perspective I could set for example projectile-project-root
. Is this possible?
Side note (not part of the official question, maybe just add a comment?) Is there a good rundown on how exactly scope works in elisp other than the docs - they're helpful but pretty bare bones and not really enough for me to grok fully how this works especially when plugins are in the equation.