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:
parent
43d80dcec6
commit
76e4c8a1cd
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@
|
||||||
(package! smartparens)
|
(package! smartparens)
|
||||||
(package! so-long
|
(package! so-long
|
||||||
:built-in 'prefer
|
: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! osx-clipboard :ignore (not IS-MAC))
|
||||||
(package! undo-tree)
|
(package! undo-tree)
|
||||||
(package! ws-butler)
|
(package! ws-butler)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue