el-get/recipes/flymake-pycheckers.rcp
Ryan C. Thompson cf34f9aa0a Clean up whitespace
This commit is the result of running cleanup-whitespace.sh.

Fixes #549.
2014-02-21 10:52:48 -08:00

9 lines
396 B
Plaintext

(:name flymake-pycheckers
:type github
:pkgname "dholm/flymake-pycheckers"
:description "Runs pycheckers in Python buffer using flymake"
:website "http://github.com/dholm/flymake-pycheckers"
:prepare (setq pycheckers-command
(expand-file-name
(concat (el-get-package-directory "flymake-pycheckers") "pycheckers"))))