Questions tagged [undo-tree-mode]
The undo-tree-mode tag has no summary.
46 questions
0 votes
0 answers
73 views
Problem with undo-tree-visualizer keybindings
What I want I use general, use-package and evil. I want to use evil keybindings in undo-tree-visualizer-mode to jump between nodes and branches using "j", "k", "h", "...
1 vote
0 answers
149 views
Does undo-tree-mode allow to undo a specific change?
I am using undo-tree-mode in spacemacs and it works fine to show the history of changes and to reset the buffer to a specific state. But sometimes I'd like to undo a change or sequence of changes ...
2 votes
1 answer
205 views
undo-tree changed Treemacs layout when move history cursor in Spacemacs
When I use Spacemacs with the Treemacs feature inside it, like the picture, I opened it by Alt Shift m + p + t Then use Ctrl x + u to open undo-tree When I move the cursor on the undo-tree by Ctrl + ...
0 votes
1 answer
296 views
undo-tree is not able to load the latest changes from previous emacs daemon session
I can access all the changes in the undo-tree during emacs --daemon session. But when it session is killed and new emacs --daemon is started undo-tree-visualize is shown clean. I have applied ...
3 votes
1 answer
529 views
Restore emacs' default undo/redo behavior in spacemacs
I've recently moved to spacemacs and it seems that they've adopted a different undo package (undo-tree) which I don't like since it does not push the undo actions back onto the history stack. I would ...
5 votes
1 answer
658 views
Is it possible suppress save message for undo-tree?
When I save my any file I am working on I always see following message, I believe this is related to my unto-tree configuration. Wrote /home/alper/.emacs.d/undo/.!home!alper!current_folder!__init__.py....
1 vote
1 answer
204 views
Wrong type argument: undo-tree, [cl-struct-undo-tree [nil ([nil ([nil nil ]]]
The way I installed undo-tree: M-x package-install undo-tree My setup: GNU Emacs 26.3 undo-tree 0.7.4 installed Treat undo history as a tree (global-undo-tree-mode 1) (setq undo-...
2 votes
1 answer
1k views
No further undo information
I'm getting the "no more undo" message all too often, even I made changes that should be there in the history. This is seriously breaking my workflow. This is my .emacs https://github.com/skrat/dots/...