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.
This commit is contained in:
Henrik Lissner 2019-09-09 15:44:09 -04:00
parent 43d80dcec6
commit 76e4c8a1cd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)