emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode e16c37c 161/486: Remove Marmalade from the READM


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode e16c37c 161/486: Remove Marmalade from the README
Date: Sat, 7 Aug 2021 09:25:10 -0400 (EDT)

branch: elpa/rust-mode
commit e16c37c7fbd13d38f465d70fa3af619d2f3d5c88
Author: Micah Chalmer <micah@micahchalmer.net>
Commit: Micah Chalmer <micah@micahchalmer.net>

    Remove Marmalade from the README
---
 README.md | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index 5e904ea..4b42c64 100644
--- a/README.md
+++ b/README.md
@@ -19,24 +19,13 @@ To install manually, check out this repository and add this 
to your
 This associates `rust-mode` with `.rs` files. To enable it explicitly, do
 <kbd>M-x rust-mode</kbd>.
 
-### `package.el` installation via Marmalade or MELPA
+### `package.el` installation via MELPA
 
 It can be more convenient to use Emacs's package manager to handle
 installation for you if you use many elisp libraries. If you have
-`package.el` but haven't added Marmalade or MELPA, the community
+`package.el` but haven't added MELPA, the community
 package source, yet, add this to `~/.emacs.d/init.el`:
 
-Using Marmalade:
-
-```lisp
-(require 'package)
-(add-to-list 'package-archives
-             '("marmalade" . "http://marmalade-repo.org/packages/";))
-(package-initialize)
-```
-
-Using MELPA:
-
 ```lisp
 (require 'package)
 (add-to-list 'package-archives



reply via email to

[Prev in Thread] Current Thread [Next in Thread]