From d87493e6bddbebb012508d21cc77a09bb645a0e7 Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 26 Sep 2022 15:48:34 +0200 Subject: [PATCH] Let's go a bit more stable --- init.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/init.org b/init.org index 05d1b8a..56ee894 100644 --- a/init.org +++ b/init.org @@ -167,11 +167,13 @@ #+BEGIN_SRC emacs-lisp (setq package-archives - '(("gnu" . "https://elpa.gnu.org/packages/") - ("MELPA" . "https://melpa.org/packages/")) + '(("GNU ELPA" . "https://elpa.gnu.org/packages/") + ("MELPA Stable" . "https://stable.melpa.org/packages/") + ("MELPA" . "https://melpa.org/packages/")) package-archive-priorities - '(("MELPA" . 5) - ("gnu" . 0))) + '(("MELPA Stable" . 10) + ("GNU ELPA" . 5) + ("MELPA" . 0))) #+END_SRC The configuration assumes that the packages listed below are