From c801a70ec740159e8285f3e58daa54264e2d1e80 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 29 Jan 2020 16:36:18 -0500 Subject: [PATCH] Bump to emacs-straight/undo-tree@5b6df03781 Fixes #2444 --- core/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/packages.el b/core/packages.el index 64e15b7fb..aa937738a 100644 --- a/core/packages.el +++ b/core/packages.el @@ -27,7 +27,7 @@ ;; on a potato. :recipe (:host github :repo "hlissner/emacs-so-long") :pin "ed666b0716") -(package! undo-tree :pin "ad58b21cb9") +(package! undo-tree :pin "5b6df03781") (package! ws-butler ;; Use my fork of ws-butler, which has a few choice improvements and ;; optimizations (the original has been abandoned).