el-get/recipes/robe-mode.rcp
2013-03-31 15:22:50 +04:00

8 lines
284 B
Plaintext

(:name robe-mode
:type github
:description "Code navigation, documentation lookup and completion for Ruby"
:pkgname "dgutov/robe"
:website "https://github.com/dgutov/robe"
:depends (inf-ruby)
:post-init (add-hook 'ruby-mode-hook 'robe-mode))