mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
||||
: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)
|
||||
|
Reference in New Issue
Block a user