@@ -96,16 +96,17 @@ sometimes interferes with CIDER's REPL initialization.
96
96
97
97
` package.el ` is the built-in package manager in Emacs.
98
98
99
- ` CIDER ` is available on two major ` package.el ` community
99
+ ` CIDER ` is available on all major ` package.el ` community
100
100
maintained repos -
101
- [ MELPA Stable] ( http://stable.melpa.org ) and
102
- [ MELPA] ( http://melpa.org ) .
101
+ [ MELPA Stable] ( http://stable.melpa.org ) ,
102
+ [ MELPA] ( http://melpa.org ) and [ Marmalade ] ( https://marmalade-repo.org/ ) .
103
103
104
104
You can install ` CIDER ` with the following command:
105
105
106
106
<kbd >M-x package-install [ RET] cider [ RET] </kbd >
107
107
108
- or by adding this bit of Emacs Lisp code to your Emacs initialization file (` .emacs ` or ` init.el ` ):
108
+ or by adding this bit of Emacs Lisp code to your Emacs initialization file
109
+ (` .emacs ` or ` init.el ` ):
109
110
110
111
``` el
111
112
(unless (package-installed-p 'cider)
@@ -122,8 +123,8 @@ time. Never-the-less, installing from MELPA is the recommended way of
122
123
obtaining CIDER, as the ` master ` branch is normally quite stable and
123
124
"stable" (tagged) builds are released somewhat infrequently.
124
125
125
- With the most recent builds of Emacs, you can pin CIDER to always
126
- use MELPA Stable by adding this to your Emacs initialization:
126
+ With the most recent builds of Emacs, you can pin CIDER to always use MELPA
127
+ Stable (or Marmalade) by adding this to your Emacs initialization:
127
128
128
129
``` el
129
130
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
0 commit comments