From 0a218021a2215d0826d64302125471715992bde5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 7 Oct 2019 21:13:40 -0400 Subject: [PATCH] Install from emacsmirror/undo-tree The maintainer's repo doesn't have http support and I can't guarantee its uptime. --- core/packages.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/packages.el b/core/packages.el index fb3e9091b..d9db6dd7e 100644 --- a/core/packages.el +++ b/core/packages.el @@ -32,9 +32,9 @@ ;; potato. :recipe (:host github :repo "hlissner/emacs-so-long")) (package! undo-tree - ;; NOTE The version of undo-tree published to ELPA is over 5 years old and - ;; missing some fixes. Just use the maintainer's repo directly. - :recipe (:host nil :repo "http://www.dr-qubit.org/git/undo-tree.git")) + ;; 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! ws-butler) ;; core-projects.el