diff options
| -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 |
