diff options
| author | Vasilij Schneidermann <mail@vasilij.de> | 2020-10-01 21:09:01 +0200 |
|---|---|---|
| committer | Vasilij Schneidermann <mail@vasilij.de> | 2020-10-01 21:26:09 +0200 |
| commit | 4a336e9c0e0940ad21716260be9bb393c89f6553 (patch) | |
| tree | 9ddbdef0179193b4b75541309682a052312ad8d7 /doc/source/overview.rst | |
| parent | 60ec41f73fb5a4c21bebf29eab1f6ef1bf1bbda9 (diff) | |
Make undo-tree an optional dependency
Closes #1074
Diffstat (limited to 'doc/source/overview.rst')
| -rw-r--r-- | doc/source/overview.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/overview.rst b/doc/source/overview.rst index 0bb1a7e..467c9ef 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -32,8 +32,8 @@ Finally, add the following lines to your Emacs init file: Manual installation ------------------- -First, install `undo-tree`, `goto-chg` and `cl-lib`. If you have an -Emacs version of 24.3 or newer, you should already have `cl-lib`. +First, install `goto-chg` and `cl-lib`. If you have an Emacs version +of 24.3 or newer, you should already have `cl-lib`. Evil lives in a git repository. To download Evil, do:: |
