el-get/recipes/flymake-ruby.rcp

8 lines
292 B
Plaintext
Raw Normal View History

2010-12-29 04:57:25 +08:00
(:name flymake-ruby
:type github
:description "A flymake handler for ruby-mode files"
:pkgname "purcell/flymake-ruby"
:website "http://github.com/purcell/flymake-ruby"
:depends (flymake-easy)
:post-init (add-hook 'ruby-mode-hook 'flymake-ruby-load))