-
Notifications
You must be signed in to change notification settings - Fork 14
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Is it possible to not restore point (cursor position)? #60
Comments
Hi Daniel, Because of the way Burly works (using the bookmark system internally), I think it would be impractical, if not impossible, to do this, because each major mode's I understand what you're trying to do and why this is annoying. My advice would be to use Having gotten used to using |
I will give If it is of use to anyone, found a 'hacky' way to not restore point (not tested extensively):
|
That's a cool hack! :) |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is it somehow possible to not restore point in buffers when restoring a window configuration with
burly-open-bookmark
?When working on a project, I restore the window configuration with
burly-open-bookmark
. Since point is also restored along with the window configuration, I am compelled to bookmark the window configuration again before switching to another project. This ensures that the cursor is located at the current position when I restore that projects window configuration again.Findings:
bookmark-make-record
doesn't seem to work (with an advice).burly--bufferize-window-state
seems to crash Emacs. Maybe I had a mistake in the filtering function.The text was updated successfully, but these errors were encountered: