el-get/recipes/flymake-pycheckers.rcp
2013-07-09 14:46:09 -07:00

9 lines
382 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"))))