feat: add nongnu-elpa source for straight

This commit is contained in:
Henrik Lissner 2022-09-06 19:14:24 +02:00
parent 338f59c456
commit 71469d8056
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -193,6 +193,10 @@ uses a straight or package.el command directly).")
(melpa :type git :host github
:repo "melpa/melpa"
:build nil)
(nongnu-elpa :type git
:repo "https://git.savannah.gnu.org/git/emacs/nongnu.git"
:local-repo "nongnu-elpa"
:build nil)
(gnu-elpa-mirror :type git :host github
:repo "emacs-straight/gnu-elpa-mirror"
:build nil)