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:
parent
6bc0fcf714
commit
8ab0cd66a7
5 changed files with 33 additions and 49 deletions
|
@ -27,7 +27,8 @@
|
|||
;; on a potato.
|
||||
:recipe (:host github :repo "hlissner/emacs-so-long")
|
||||
:pin "ed666b0716")
|
||||
(package! undo-tree :pin "5b6df03781")
|
||||
(package! undo-fu :pin "8c461a00a0")
|
||||
(package! undo-fu-session :pin "35d4cf3771")
|
||||
(package! ws-butler
|
||||
;; Use my fork of ws-butler, which has a few choice improvements and
|
||||
;; optimizations (the original has been abandoned).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue