el-get/recipes/evil-surround.rcp
2014-06-17 11:47:59 +08:00

10 lines
361 B
Plaintext

(: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 github
:pkgname "timcharper/evil-surround"
:features evil-surround
:post-init (global-evil-surround-mode 1)
:depends evil)