summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTerje Sten Bjerkseth <terje@ceteo.no>2014-09-05 14:19:16 +0200
committerTerje Sten Bjerkseth <terje@ceteo.no>2014-09-05 14:19:16 +0200
commit5776eed669a37ffc1acfeecff569fdc21a4e976c (patch)
tree3e19a9f47927b3475255924551a6a67953e69cf6 /README.md
parent14ac115db40e66a8e608a9b823e79cd6d0bf6af2 (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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.