el-get/recipes/flymake-ruby.rcp

8 lines
347 B
Plaintext
Raw Normal View History

2010-12-29 04:57:25 +08:00
(:name flymake-ruby
:description "Steve Purcell's Ruby Flymake support, with stricter warnings."
2010-12-29 04:57:25 +08:00
:type http
:url "https://gist.github.com/raw/758976/b4562bca1645a5567d02e97f04b1909401caa1ed/flymake-ruby.el"
2010-12-29 04:57:25 +08:00
:features flymake-ruby
:post-init (lambda ()
(add-hook 'ruby-mode-hook 'flymake-ruby-load)))