aboutsummaryrefslogtreecommitdiff
path: root/evil.el
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 /evil.el
parent5c28294d830a5a79e9b9da2c32e7675d52d76720 (diff)
Mention NonGNU ELPA
Diffstat (limited to 'evil.el')
-rw-r--r--evil.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/evil.el b/evil.el
index e584b31..b329c2e 100644
--- a/evil.el
+++ b/evil.el
@@ -110,12 +110,19 @@
;; Evil requires undo-redo (Emacs 28), undo-fu or undo-tree for redo
;; functionality. Otherwise, Evil uses regular Emacs undo.
;;
+;; https://gitlab.com/ideasman42/emacs-undo-fu
+;; https://melpa.org/#/undo-fu
+;; https://gitlab.com/tsc25/undo-tree
+;; https://elpa.gnu.org/packages/undo-tree.html
+;;
;; Evil requires `goto-last-change' and `goto-last-change-reverse'
;; function for the corresponding motions g; g, as well as the
;; last-change-register `.'. One package providing these functions is
;; goto-chg.el:
;;
-;; http://www.emacswiki.org/emacs/GotoChg
+;; https://github.com/emacs-evil/goto-chg
+;; https://melpa.org/#/goto-chg
+;; https://elpa.nongnu.org/nongnu/goto-chg.html
;;
;; Without this package the corresponding motions will raise an error.