Install undo-tree 0.7.1 from emacs-straight/undo-tree
I re-enable history persistence, now that it has been fixed. Also, I install it from the emacs-straight/undo-tree mirror, which is fast and reliable. Closes #2339, #2334
This commit is contained in:
parent
67d9ef64f3
commit
15f2245b10
2 changed files with 5 additions and 6 deletions
|
@ -27,10 +27,7 @@
|
|||
;; I've created my own mirror for it because git.savannah.gnu.org runs on a
|
||||
;; potato.
|
||||
:recipe (:host github :repo "hlissner/emacs-so-long"))
|
||||
(package! undo-tree
|
||||
;; Version 0.6.5 is on ELPA which lacks a fix we need, so we install 0.6.6
|
||||
;; from emacsmirror/undo-tree instead.
|
||||
:recipe (:host github :repo "emacsmirror/undo-tree"))
|
||||
(package! undo-tree)
|
||||
(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