We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ac115 commit 5776eedCopy full SHA for 5776eed
README.md
@@ -97,6 +97,13 @@ time. Never-the-less, installing from MELPA is the recommended way of
97
obtaining CIDER, as the `master` branch is normally quite stable and
98
"stable" (tagged) builds are released somewhat infrequently.
99
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
107
### Via el-get
108
109
[el-get](https://github.com/dimitri/el-get) is another popular package manager for Emacs.
0 commit comments