aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorduianto <otnaiud@gmail.com>2020-10-12 09:55:00 +0200
committerGitHub <noreply@github.com>2020-10-12 09:55:00 +0200
commitc6bacacaac2f2b7fe5199f26efa2ec68a0fddfbc (patch)
treea7d50352e011a65090616a14229cf46736eff1fe /README.md
parent373a57e5fc41b9597ed7f7223806ae2ffc16ade6 (diff)
Update readme, redo choices as a sublist
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7c76da4..c4bc759 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,9 @@ file.
* Evil requires Emacs 24.1 or later.
* Evil requires any of the following for `C-r`:
-** `undo-redo` from Emacs 28
-** The [undo-tree](http://www.emacswiki.org/emacs/UndoTree) package
-** The [undo-fu](https://gitlab.com/ideasman42/emacs-undo-fu) package
+ * `undo-redo` from Emacs 28
+ * The [undo-tree](http://www.emacswiki.org/emacs/UndoTree) package
+ * The [undo-fu](https://gitlab.com/ideasman42/emacs-undo-fu) package
* For the motions `g;` `g,` and for the last-change-register `.`, Evil requires the
[goto-chg.el](https://github.com/emacs-evil/goto-chg) package,