Skip to content

Commit 5776eed

Browse files
committed
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.
1 parent 14ac115 commit 5776eed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ time. Never-the-less, installing from MELPA is the recommended way of
9797
obtaining CIDER, as the `master` branch is normally quite stable and
9898
"stable" (tagged) builds are released somewhat infrequently.
9999

100+
With the most recent builds of Emacs, you can pin CIDER to always
101+
use MELPA Stable by adding this to your Emacs initialization:
102+
103+
```el
104+
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
105+
```
106+
100107
### Via el-get
101108

102109
[el-get](https://github.com/dimitri/el-get) is another popular package manager for Emacs.

0 commit comments

Comments
 (0)