We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use perspective because I often work on projects that use several repositories. Thanks for working on it!
It would be great to be able to save different bookmarks for different perspectives, and switch the set of bookmarks when the perspective changes.
That could be achieved if perspective calls a hook every time the user changes the current perspective like this (using pseudo-code):
perspective_changed(string current_persp, string prev_persp).
Users could use this to:
Thoughts?
The text was updated successfully, but these errors were encountered:
That already exists, see persp-before-switch-hook and persp-switch-hook. They should be usable with normal Elisp hook-setting mechanisms.
persp-before-switch-hook
persp-switch-hook
Sorry, something went wrong.
Great! Thank you!
No branches or pull requests
I use perspective because I often work on projects that use several repositories. Thanks for working on it!
It would be great to be able to save different bookmarks for different perspectives, and switch the set of bookmarks when the perspective changes.
That could be achieved if perspective calls a hook every time the user changes the current perspective like this (using pseudo-code):
perspective_changed(string current_persp, string prev_persp).
Users could use this to:
Thoughts?
The text was updated successfully, but these errors were encountered: