Install from emacsmirror/undo-tree

The maintainer's repo doesn't have http support and I can't guarantee
its uptime.
This commit is contained in:
Henrik Lissner 2019-10-07 21:13:40 -04:00
parent 4289df5bc2
commit 0a218021a2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -32,9 +32,9 @@
;; potato. ;; potato.
:recipe (:host github :repo "hlissner/emacs-so-long")) :recipe (:host github :repo "hlissner/emacs-so-long"))
(package! undo-tree (package! undo-tree
;; NOTE The version of undo-tree published to ELPA is over 5 years old and ;; Version 0.6.5 is on ELPA which lacks a fix we need, so we install 0.6.6
;; missing some fixes. Just use the maintainer's repo directly. ;; from emacsmirror/undo-tree instead.
:recipe (:host nil :repo "http://www.dr-qubit.org/git/undo-tree.git")) :recipe (:host github :repo "emacsmirror/undo-tree"))
(package! ws-butler) (package! ws-butler)
;; core-projects.el ;; core-projects.el