Every so often I run into bugs in undo-tree, where I can't redo, with the following:
primitive-undo: Unrecognized entry in undo list undo-tree-canary
Links to references to this issue:
This is really bad and can cause loss of work if you didn't happen to save the newest version of the file.
Since I never use the branching undo tree functionality, is it possible to use emacs linear undo with evil mode?
Note: I've tried setting (global-undo-tree-mode -1)
directly after (evil-mode 1)
which disables undo tree, but redo (Ctrl-R) doesnt work after doing this.