From 7f3a2e0e24dc417a65b3bb752f41bb542349fb2a Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 28 Mar 2020 10:59:37 +0000 Subject: [PATCH] Get minimap-mode from upstream GitHub, as ELPA package is out of date --- recipes/minimap.rcp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/minimap.rcp b/recipes/minimap.rcp index 904bed37..83a69c36 100644 --- a/recipes/minimap.rcp +++ b/recipes/minimap.rcp @@ -1,3 +1,5 @@ +; Available in GNU ELPA, but out of date there; see https://github.com/dengste/minimap/issues/21 (:name minimap :description "Minimap sidebar for Emacs" - :type elpa) + :type github + :pkgname "dengste/minimap")