aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2021-08-08 10:56:31 +0200
committerVasilij Schneidermann <mail@vasilij.de>2021-08-08 10:56:31 +0200
commit599f79b3ab454bf809a19e48309d911a35e29e46 (patch)
tree88bb67e3ec8798b2d272ea8eca9f749c2da4f9f4 /README.md
parent5c28294d830a5a79e9b9da2c32e7675d52d76720 (diff)
Mention NonGNU ELPA
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2b768cc..7d33d67 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,15 @@ file.
* Evil requires any of the following for `C-r`:
* `undo-redo` from Emacs 28
- * The [undo-tree](http://www.emacswiki.org/emacs/UndoTree) package
+ * The [undo-tree](https://gitlab.com/tsc25/undo-tree) package
+ (available via GNU ELPA)
* The [undo-fu](https://gitlab.com/ideasman42/emacs-undo-fu) package
+ (available via MELPA)
-* For the motions `g;` `g,` and for the last-change-register `.`, Evil requires the
-[goto-chg.el](https://github.com/emacs-evil/goto-chg) package,
-which provides the functions `goto-last-change` and `goto-last-change-reverse`.
+* For the motions `g;` `g,` and for the last-change-register `.`, Evil
+ requires the [goto-chg.el](https://github.com/emacs-evil/goto-chg)
+ package (available via MELPA and NonGNU ELPA), which provides the
+ functions `goto-last-change` and `goto-last-change-reverse`.
* For Emacs 24.1 and 24.2 Evil also requires
[cl-lib](https://elpa.gnu.org/packages/cl-lib.html).