From 75ed841465ad767cec1e3e41462bceffc77ba0d3 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 5 Jan 2016 21:36:05 +0100 Subject: [PATCH] Use melpa stable for Cider --- init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 4e67e17..a5ddf30 100644 --- a/init.org +++ b/init.org @@ -149,7 +149,10 @@ (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("org" . "http://orgmode.org/elpa/") - ("MELPA" . "http://melpa.milkbox.net/packages/"))) + ("melpa" . "https://melpa.org/packages/") + ("melpa-stable" . "https://stable.melpa.org/packages/"))) + + (add-to-list 'package-pinned-packages '(cider . "melpa-stable") t) #+END_SRC The configuration assumes that the packages listed below are