From d17f314911bbd44ef0a8b6d898bfafdec5a50035 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 10 Mar 2020 20:17:48 +0100 Subject: [PATCH] Prefer melpa stable --- init.org | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/init.org b/init.org index 6de977c..da6b464 100644 --- a/init.org +++ b/init.org @@ -165,10 +165,14 @@ archive and is well maintained. #+BEGIN_SRC emacs-lisp - (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) - (add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/")) - - (add-to-list 'package-pinned-packages '(cider . "melpa-stable") t) + (setq package-archives + '(("gnu" . "https://elpa.gnu.org/packages/") + ("MELPA Stable" . "https://stable.melpa.org/packages/") + ("MELPA" . "https://melpa.org/packages/")) + package-archive-priorities + '(("MELPA Stable" . 10) + ("gnu" . 5) + ("MELPA" . 0))) #+END_SRC The configuration assumes that the packages listed below are