[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[NonGNU ELPA] Evil version 1.15.0
From: |
ELPA update |
Subject: |
[NonGNU ELPA] Evil version 1.15.0 |
Date: |
Sun, 31 Mar 2024 07:10:30 -0400 |
Version 1.15.0 of package Evil has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Evil describes itself as:
===================
Extensible vi layer
===================
More at https://elpa.nongnu.org/nongnu/evil.html
## Summary:
Evil is an extensible vi layer for Emacs. It emulates the main
features of Vim, and provides facilities for writing custom
extensions.
Evil lives in a Git repository. To obtain Evil, do
git clone git://github.com/emacs-evil/evil.git
Move Evil to ~/.emacs.d/evil (or somewhere else in the `load-path').
Then add the following lines to ~/.emacs:
(add-to-list 'load-path "~/.emacs.d/evil")
(require 'evil)
(evil-mode 1)
Evil requires undo-redo (Emacs 28), undo-fu or undo-tree for redo
functionality. Otherwise, Evil uses regular Emacs undo.
https://codeberg.org/ideasman42/emacs-undo-fu
https://melpa.org/#/undo-fu
https://gitlab.com/tsc25/undo-tree
https://elpa.gnu.org/packages/undo-tree.html
## Recent NEWS:
[Not provided 🙁]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [NonGNU ELPA] Evil version 1.15.0,
ELPA update <=