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
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:
I can do this if there is no objections.
Sorry, something went wrong.
No branches or pull requests
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: