From 76e4c8a1cd6c9f6343d2bf5bbc860cddf0d81ce5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 9 Sep 2019 15:44:09 -0400 Subject: [PATCH] Use personal mirror for so-long package #1707 Until so-long is published to ELPA (if ever), we're now using my personal mirror for so-long. Why not git.savannah.nongnu.org instead? Because it runs on a potato too. --- core/packages.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/packages.el b/core/packages.el index f9767c958..844e557d5 100644 --- a/core/packages.el +++ b/core/packages.el @@ -27,7 +27,10 @@ (package! smartparens) (package! so-long :built-in 'prefer - :recipe (:repo "https://git.savannah.gnu.org/git/so-long.git")) + ;; REVIEW so-long is slated to be published to ELPA eventually, but until then + ;; 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! osx-clipboard :ignore (not IS-MAC)) (package! undo-tree) (package! ws-butler)