el-get/recipes/flymake-ruby.rcp

9 lines
322 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)
2014-06-17 12:53:25 +08:00
:features flymake-ruby
:post-init (add-hook 'ruby-mode-hook 'flymake-ruby-load))