mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat: add nongnu-elpa source for straight
This commit is contained in:
@ -193,6 +193,10 @@ uses a straight or package.el command directly).")
|
|||||||
(melpa :type git :host github
|
(melpa :type git :host github
|
||||||
:repo "melpa/melpa"
|
:repo "melpa/melpa"
|
||||||
:build nil)
|
: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
|
(gnu-elpa-mirror :type git :host github
|
||||||
:repo "emacs-straight/gnu-elpa-mirror"
|
:repo "emacs-straight/gnu-elpa-mirror"
|
||||||
:build nil)
|
:build nil)
|
||||||
|
Reference in New Issue
Block a user