el-get/recipes/flymake-ruby.el

7 lines
263 B
EmacsLisp
Raw Normal View History

2010-12-29 04:57:25 +08:00
(:name flymake-ruby
:type http
:url "https://gist.github.com/raw/758976/b4562bca1645a5567d02e97f04b1909401caa1ed/flymake-ruby.el"
2010-12-29 04:57:25 +08:00
:features flymake-ruby
:after (lambda ()
(add-hook 'ruby-mode-hook 'flymake-ruby-load)))