Evil is the new vim emulator, add a recipe for it.

This commit is contained in:
Dimitri Fontaine 2011-08-15 02:03:39 +02:00
parent 28bdbe3b56
commit a5cfeeedd4

9
recipes/evil.el Normal file
View File

@ -0,0 +1,9 @@
(:name evil
:website "http://gitorious.org/evil/pages/Home"
:description "Evil is an extensible vi layer for Emacs. It
emulates the main features of Vim, and provides facilities
for writing custom extensions."
:type git
:url "https://git.gitorious.org/evil/evil.git"
:features evil
:depends undo-tree)