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

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

[elpa] externals/ivy-explorer 71e4417 07/25: Add install instructions


From: Stefan Monnier
Subject: [elpa] externals/ivy-explorer 71e4417 07/25: Add install instructions
Date: Tue, 8 Jan 2019 12:25:54 -0500 (EST)

branch: externals/ivy-explorer
commit 71e4417b30783e08b53b451fa02f8580718b65be
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Add install instructions
---
 README.asc | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

diff --git a/README.asc b/README.asc
index 4f78477..d74bf6c 100644
--- a/README.asc
+++ b/README.asc
@@ -6,9 +6,8 @@ Provides a large more easily readable grid for file browsing 
using
 `ivy`.
 
 By pressing `,` users can enter directories or open files on the
-screen using `avy` (optional dependency, needs to be installed to use
-this command). Pressing `;` will jump to the selected candidate and
-invoke the dipsatch action dialog of `ivy`.
+screen using `avy`. Pressing `;` will jump to the selected candidate
+and invoke the dipsatch action dialog of `ivy`.
 
 Heavily inspired by
 https://www.emacswiki.org/emacs/LustyExplorer[LustyExplorer].
@@ -21,3 +20,21 @@ image::./images/grid.gif[grid]
 ++++
 <br>
 ++++
+
+
+= Setup
+
+For manual installation:
+
+```sh
+git clone http://github.com/clemera/ivy-explorer.git
+```
+Add this to your init file:
+
+```elisp
+(add-to-list 'load-path "/<path-to>/ivy-explorer/")
+(require 'ivy-explorer)
+;; activating the mode is optional, you can activate objed
+;; always manually using `objed-activate'
+(ivy-explorer-mode)
+```
\ No newline at end of file



reply via email to

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