el-get/recipes/python-pep8.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
225 B
EmacsLisp

(:name python-pep8
:type http
:url "https://gist.github.com/raw/302847/3331473995b55cc578e7d63dd82474749367c29c/python-pep8.el"
:features python-pep8
:post-init (lambda ()
(require 'tramp)))