-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
Add persp-next and persp-prev functions #19
Conversation
068dd0b
to
30e208a
Compare
@Bad-ptr just as a side-note, is there a way to |
No, but it could be implemented. |
How could it be implemented? Any hints?
|
(defun persp-prev () | ||
"Switch to previous perspective (to the left)." | ||
(interactive) | ||
(let* ((persp-list (persp-names-current-frame-fast-ordered)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Bad-ptr I made the changes. The function is a little too long but I guess it's ok
I was near to press the 'merge pull request' button, but then decided to take a closer look...) |
The hint: |
This was a typo. I fixed it |
Add persp-next and persp-prev functions
just like in perspectives.el