el-get/recipes/robe-mode.rcp

8 lines
284 B
Plaintext
Raw Normal View History

2013-03-31 19:22:50 +08:00
(: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))