mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user