From 2bc11d1510868f96c10c77c40dab1c56278f1f76 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 18 Jun 2021 20:32:06 -0700 Subject: add NonGNU ELPA with same priority as GNU ELPA --- .emacs.d/init-spw.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el index e8304407..edfa5036 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -39,9 +39,11 @@ add places the library might be available to `load-path'." ,@forms))) (setq package-archives '(("GNU ELPA" . "https://elpa.gnu.org/packages/") + ("NonGNU ELPA" . "https://elpa.nongnu.org/nongnu/") ("MELPA Stable" . "https://stable.melpa.org/packages/") ("MELPA" . "https://melpa.org/packages/")) package-archive-priorities '(("GNU ELPA" . 10) + ("NonGNU ELPA" . 10) ("MELPA Stable" . 5) ("MELPA" . 0))) -- cgit v1.2.3