added python-pep8 recipe

This commit is contained in:
Jonas Baumann 2011-02-10 05:00:48 +08:00 committed by Dimitri Fontaine
parent 365139d21e
commit 6bf328d259

6
recipes/python-pep8.el Normal file
View File

@ -0,0 +1,6 @@
(:name python-pep8
:type http
:url "https://gist.github.com/raw/302847/3331473995b55cc578e7d63dd82474749367c29c/python-pep8.el"
:features python-pep8
:after (lambda ()
(require 'tramp)))