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

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

[elpa] externals/ivy-explorer 016fca0 20/25: Add note about counsel


From: Stefan Monnier
Subject: [elpa] externals/ivy-explorer 016fca0 20/25: Add note about counsel
Date: Tue, 8 Jan 2019 12:25:59 -0500 (EST)

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

    Add note about counsel
---
 README.asc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.asc b/README.asc
index 9a47c01..b2fbcb2 100644
--- a/README.asc
+++ b/README.asc
@@ -39,5 +39,7 @@ Add this to your init file:
 (add-to-list 'load-path "/<path-to>/ivy-explorer/")
 (require 'ivy-explorer)
 ;; use ivy explorer for all file dialogs
-(ivy-explorer-mode)
+(ivy-explorer-mode 1)
+;; it's recommended to also use counsel mode
+(counsel-mode 1)
 ```
\ No newline at end of file



reply via email to

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