el-get/recipes/flymake-ruby.el
Dimitri Fontaine b08fbfd2bb Implement `el-get-is-lazy' and assorted properties, :prepare and :post-init and :lazy.
Also change all recipes using :after to now use :post-init, and fix
blender-python-mode to rely on :prepare, which it seems to be needing.

Removing :features and :load from recipes where it's possible to be lazy is
scheduled for a later patch...
2011-02-24 22:03:47 +01:00

7 lines
257 B
EmacsLisp

(:name flymake-ruby
:type http
:url "https://gist.github.com/raw/758976/b4562bca1645a5567d02e97f04b1909401caa1ed/flymake-ruby.el"
:features flymake-ruby
:post-init (lambda ()
(add-hook 'ruby-mode-hook 'flymake-ruby-load)))