From 71469d8056d47feb5f3266d49c7605971da7ff4d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 6 Sep 2022 19:14:24 +0200 Subject: [PATCH] feat: add nongnu-elpa source for straight --- lisp/doom-packages.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/doom-packages.el b/lisp/doom-packages.el index f9b43b04b..b065e53c2 100644 --- a/lisp/doom-packages.el +++ b/lisp/doom-packages.el @@ -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)