branch: elpa/isl
commit afd3c3a9c0109fef2d883dc0e9ec2b786416d0b9
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Update README
---
README.org | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 07f88095fae..2095dd0df97 100644
--- a/README.org
+++ b/README.org
@@ -1,11 +1,17 @@
* isearch-light
An Isearch replacement for Emacs.
+
+Provide multi matching, a real minibuffer, no unexpected quit or
+errors and comprehensive mode-line indicators.
+
It aims to keep simple with only the needed features, no extra
features you will never use.
** install
+No installation from Melpa and package.el is provided and will be provided.
+
*** From source
Add isearch-light.el to =load-path=.
@@ -39,7 +45,7 @@ With =use-package= and binding =C-s=
The mode-line give you several infos, arrows up/down tell you the
direction where you are actually moving, the =>= and =<= mean you are
-either below or above initial position in buffer. Regex or literal
+either below or above initial position in buffer. Regex, Multi or Literal
tell you the style of search you are using.
Here the commands available: