diff options
| author | Filipe Correa Lima da Silva <filipe.silva@bcb.gov.br> | 2017-02-09 19:16:25 -0200 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2017-03-23 19:38:41 +0100 |
| commit | 47c4c0387f17ac42a8cfa80c90ea5db3c67f397e (patch) | |
| tree | cf141e3683acda3feb16fa01b7fe767977d367fc /README.md | |
| parent | 3c35e3d3c0ae6977ea6b5f682ad2c195be125c6f (diff) | |
Add missing mention to goto-cgh in the appropriate README.md section
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
