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 | |
| parent | 60ec41f73fb5a4c21bebf29eab1f6ef1bf1bbda9 (diff) | |
Make undo-tree an optional dependency
Closes #1074
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/texinfo/evil.texi | 2 | ||||
| -rw-r--r-- | doc/source/overview.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/texinfo/evil.texi b/doc/build/texinfo/evil.texi index ac3385b..067c057 100644 --- a/doc/build/texinfo/evil.texi +++ b/doc/build/texinfo/evil.texi @@ -162,7 +162,7 @@ Finally, add the following lines to your Emacs init file: @section Manual installation -First, install @cite{undo-tree}, @cite{goto-chg} and @cite{cl-lib}. If you have an +First, install @cite{goto-chg} and @cite{cl-lib}. If you have an Emacs version of 24.3 or newer, you should already have @cite{cl-lib}. Evil lives in a git repository. To download Evil, do: 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:: |
