Skip to content
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

Open
ryukinix opened this issue Dec 12, 2024 · 1 comment
Open

Make undo-tree possible to disable #1424

ryukinix opened this issue Dec 12, 2024 · 1 comment

Comments

@ryukinix
Copy link
Contributor

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.

@ryukinix
Copy link
Contributor Author

I can do this if there is no objections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant