Merge pull request #445 from aantn/master

Added evil-surround and evil-leader recipes
This commit is contained in:
Dimitri Fontaine 2011-10-14 04:22:33 -07:00
commit 95b8450786
2 changed files with 17 additions and 0 deletions

8
recipes/evil-leader.rcp Normal file
View File

@ -0,0 +1,8 @@
(:name evil-leader
:website "http://github.com/cofi/evil-leader"
:description "Add <leader> shortcuts to Evil, the extensible vim
emulation layer"
:type git
:url "http://github.com/cofi/evil-leader.git"
:features evil-leader
:depends evil)

View File

@ -0,0 +1,9 @@
(:name evil-surround
:website "http://github.com/timcharper/evil-surround"
:description "Emulate Tim Pope's surround.vim in evil, the extensible vim
emulation layer for emacs"
:type git
:url "http://github.com/timcharper/evil-surround.git"
:features surround
:post-init (lambda () (global-surround-mode 1))
:depends evil)