aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFilipe Correa Lima da Silva <filipe.silva@bcb.gov.br>2017-02-09 19:16:25 -0200
committerEivind Fonn <evfonn@gmail.com>2017-03-23 19:38:41 +0100
commit47c4c0387f17ac42a8cfa80c90ea5db3c67f397e (patch)
treecf141e3683acda3feb16fa01b7fe767977d367fc /README.md
parent3c35e3d3c0ae6977ea6b5f682ad2c195be125c6f (diff)
Add missing mention to goto-cgh in the appropriate README.md section
Diffstat (limited to 'README.md')
-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