From 5776eed669a37ffc1acfeecff569fdc21a4e976c Mon Sep 17 00:00:00 2001 From: Terje Sten Bjerkseth Date: Fri, 5 Sep 2014 14:19:16 +0200 Subject: How to pin to MELPA Stable in README For those using both MELPA and MELPA Stable, show how to pin CIDER to the stable version. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0ed37aae..13bd6c58 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,13 @@ time. Never-the-less, installing from MELPA is the recommended way of obtaining CIDER, as the `master` branch is normally quite stable and "stable" (tagged) builds are released somewhat infrequently. +With the most recent builds of Emacs, you can pin CIDER to always +use MELPA Stable by adding this to your Emacs initialization: + +```el +(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t) +``` + ### Via el-get [el-get](https://github.com/dimitri/el-get) is another popular package manager for Emacs. -- cgit v1.2.3