mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace undo-tree with undo-fu + undo-fu-session
Despite the recent patches to fix undo history corruption, its history would still get unpredictably truncated due to non-linear memory expansion. Relevant to #2339
This commit is contained in:
@ -968,9 +968,6 @@ known fix for this. To work around it, you must either:
|
||||
** Doom crashes when...
|
||||
Here are a few common causes for random crashes:
|
||||
|
||||
+ You have enabled ~undo-tree-auto-save-history~. A bloated cache for a
|
||||
particular file can cause a stack overflow. These caches are stored in
|
||||
=~/.emacs.d/.local/cache/undo-tree-hist/=. Delete this folder to clear it.
|
||||
+ On some systems (particularly MacOS), manipulating the fringes or window
|
||||
margins can cause Emacs to crash. This is most prominent in the Doom Dashboard
|
||||
(which tries to center its contents), in org-mode buffers (which uses
|
||||
|
Reference in New Issue
Block a user