aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index a20abe4..19a1416 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,15 @@ Move Evil to `~/.emacs.d/evil`. Then add the following lines to `~/.emacs`:
(evil-mode 1)
```
-Evil requires [undo-tree.el](http://www.emacswiki.org/emacs/UndoTree) in the
+## Dependencies
+
+* Evil requires [undo-tree.el](http://www.emacswiki.org/emacs/UndoTree) in the
`load-path` for linear undo and undo branches.
+* For the motions `g;` `g,` and for the last-change-register `.`, Evil requires the
+[goto-chg.el](https://www.emacswiki.org/emacs/GotoChg) package,
+which provides the functions `goto-last-change` and `goto-last-change-reverse`.
+
# Documentation
A brief