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

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

[elpa] externals/objed 33136a6 034/216: Add melpa notice


From: Stefan Monnier
Subject: [elpa] externals/objed 33136a6 034/216: Add melpa notice
Date: Tue, 8 Jan 2019 12:29:07 -0500 (EST)

branch: externals/objed
commit 33136a69c49b1d5d57b413f102e9a1994968b44d
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Add melpa notice
---
 README.asc | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/README.asc b/README.asc
index 42b17c0..a0b0baa 100644
--- a/README.asc
+++ b/README.asc
@@ -365,20 +365,27 @@ You can add your own prefix bindings using 
`objed-define-dispatch`.
 
 == Installation
 
-For now you need to manually install `objed`. If you use `package.el`
-you should be able to `package-install-file` pointing at the folder to
-which you downloaded the code. Otherwise manually add it to your
-`load-path` and load it like this:
+
+`Objed` is on https://github.com/melpa/melpa[melpa]:
+
+```emacs
+package-install RET objed RET
+```
+For manual installation:
+
+```sh
+git clone http://github.com/clemera/objed.git
+```
+Add this to your init file:
 
 ```elisp
+(add-to-list 'load-path "/<path-to>/objed")
 (require 'objed)
 ;; activating the mode is optional, you can activate objed 
 ;; always manually using `objed-activate' 
 (objed-mode)
 ```
 
-
-
 == Contribute
 
 I'm happy to receive pull requests or ideas to improve this



reply via email to

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