summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-18 20:32:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-18 20:32:06 -0700
commit2bc11d1510868f96c10c77c40dab1c56278f1f76 (patch)
tree242e59e06128fd223a57076e2a85af617722117f
parentb59d0fcae524e46481dad2f017e7dd580b9e6884 (diff)
downloaddotfiles-2bc11d1510868f96c10c77c40dab1c56278f1f76.tar.gz
add NonGNU ELPA with same priority as GNU ELPA
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 2 insertions, 0 deletions
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)))