-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Make undo-tree possible to disable #1424
Comments
I can do this if there is no objections. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding! |
I'm waiting for someone feedback to properly implement that, but it seems is not something interesting to anyone, so probably I'll only change things for me. |
A configuration variable is a good approach IMO. (and it's consistent with how we normally do things) |
Is your feature request related to a problem? Please describe.
I'm considering replacing undo-tree with vundo due performance issues.
Describe the solution you'd like
Make possible to disable undo-tree, which is enabled by default.
Describe alternatives you've considered
Create a variable to toggle if undo-tree should be enabled, around these lines:
https://github.com/bbatsov/prelude/blob/master/core%2Fprelude-editor.el#L361-L368
It can be enabled by default to be a backward compatible change, but it should be possible to customize on user personal config.
The text was updated successfully, but these errors were encountered: