Skip to content

Commit e16c37c

Browse files
committed
Remove Marmalade from the README
1 parent 0077bbf commit e16c37c

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,13 @@ To install manually, check out this repository and add this to your
1919
This associates `rust-mode` with `.rs` files. To enable it explicitly, do
2020
<kbd>M-x rust-mode</kbd>.
2121

22-
### `package.el` installation via Marmalade or MELPA
22+
### `package.el` installation via MELPA
2323

2424
It can be more convenient to use Emacs's package manager to handle
2525
installation for you if you use many elisp libraries. If you have
26-
`package.el` but haven't added Marmalade or MELPA, the community
26+
`package.el` but haven't added MELPA, the community
2727
package source, yet, add this to `~/.emacs.d/init.el`:
2828

29-
Using Marmalade:
30-
31-
```lisp
32-
(require 'package)
33-
(add-to-list 'package-archives
34-
'("marmalade" . "http://marmalade-repo.org/packages/"))
35-
(package-initialize)
36-
```
37-
38-
Using MELPA:
39-
4029
```lisp
4130
(require 'package)
4231
(add-to-list 'package-archives

0 commit comments

Comments
 (0)