From 826725cd993daa2fcee99a0ad92cc2436139ca06 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 15 May 2022 17:13:51 +0200 Subject: [PATCH] Manually add NonGNU elpa archive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has been added by default in EmacsĀ 28.1, so it's resonable to also include it in my list. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 568739c..f238b82 100644 --- a/init.el +++ b/init.el @@ -46,7 +46,8 @@ '(("melpa" . "https://melpa.org/packages/") ("gnu" . "https://elpa.gnu.org/packages/") ("melpa-stable" . "https://stable.melpa.org/packages/") - ("org" . "https://orgmode.org/elpa/"))) + ("org" . "https://orgmode.org/elpa/") + ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) (when (< emacs-major-version 27) ;; Before Emacs 27.1, we had to do package initialization ourselves. In Emacs