el-get/recipes/evil-surround.rcp

10 lines
378 B
Plaintext
Raw Normal View History

2011-10-14 18:31:10 +08:00
(: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)