Skip to content

Commit 291e84d

Browse files
committed
Merge pull request #775 from terjesb/master
How to pin to MELPA Stable in README
2 parents 0374cca + 5776eed commit 291e84d

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)