branch: elpa/isl
commit 2bf2daf5e1529381804180d559555a17f2b7f39c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix alignment and errors in README
---
README.org | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.org b/README.org
index 6478d60f055..901fbb423d4 100644
--- a/README.org
+++ b/README.org
@@ -35,24 +35,24 @@ With =use-package= and binding =C-s=
** Usage
-M-x src
+=M-x src=
The mode-line give you several infos, arrows up/down tell you the
-direction when you are actually moving, the ">" and "<" mean you are
+direction where you are actually moving, the =>= and =<= mean you are
either below or above initial position in buffer. Regex or literal
tell you the style of search you are using.
Here the commands available:
-- C-s isl-goto-next
-- C-r isl-goto-prev
-- <down> isl-goto-next
-- <up> isl-goto-prev
-- RET isl-exit-at-point
-- C-w isl-yank-word-at-point
-- M-r isl-toggle-style-matching
-- M-< isl-goto-first
-- M-> isl-goto-last
+| C-s | isl-goto-next |
+| C-r | isl-goto-prev |
+| <down> | isl-goto-next |
+| <up> | isl-goto-prev |
+| RET | isl-exit-at-point |
+| C-w | isl-yank-word-at-point |
+| M-r | isl-toggle-style-matching |
+| M-< | isl-goto-first |
+| M-> | isl-goto-last |