File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,13 @@ To install manually, check out this repository and add this to your
19
19
This associates ` rust-mode ` with ` .rs ` files. To enable it explicitly, do
20
20
<kbd >M-x rust-mode</kbd >.
21
21
22
- ### ` package.el ` installation via Marmalade or MELPA
22
+ ### ` package.el ` installation via MELPA
23
23
24
24
It can be more convenient to use Emacs's package manager to handle
25
25
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
27
27
package source, yet, add this to ` ~/.emacs.d/init.el ` :
28
28
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
-
40
29
``` lisp
41
30
(require 'package)
42
31
(add-to-list 'package-archives
You can’t perform that action at this time.
0 commit comments