diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-09-30 17:49:26 -0400 |
|---|---|---|
| committer | Tom Dalziel <tom_dl@hotmail.com> | 2023-08-20 23:46:23 +0100 |
| commit | a9a9c65b5d0777048c4e8a66fcc06032e3dafc18 (patch) | |
| tree | 5f96c57421230487443c8bc066e2a01c433eeff2 /README.md | |
| parent | 3398b13b7455000d5647a13e0dfaf06ba8e31ba2 (diff) | |
Misc minor changes
* README.md: Mention that `undo-fu` is also in NonGNU ELPA and update
its repository URL.
* evil.el: Update the undo-fu repository URL.
* evil-macros.el (evil-define-interactive-code): Move the insertion of
quote around `func` to the `cond` so the `quote` is not incorrectly
added around lambda forms.
* evil-tests.el: Add a FIXME.
* evil-commands.el (evil-save-side-windows): Silence spurious warning.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -44,10 +44,8 @@ file. * Evil requires any of the following for `C-r`: * `undo-redo` from Emacs 28 - * 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) + * The [undo-tree] package (available via GNU ELPA) + * The [undo-fu] package (available via MELPA and NonGNU ELPA) * For the motions `g;` `g,` and for the last-change-register `.`, Evil requires the [goto-chg.el](https://github.com/emacs-evil/goto-chg) @@ -80,3 +78,6 @@ Visit us on `irc.libera.chat #evil-mode`. See [CONTRIBUTING.md](https://github.com/emacs-evil/evil/blob/master/CONTRIBUTING.md) for guidelines for issues and pull requests. + +[undo-tree]: https://gitlab.com/tsc25/undo-tree +[undo-fu]: https://codeberg.org/ideasman42/emacs-undo-fu |
