Skip to content

Instantly share code, notes, and snippets.

@Superbil
Created May 28, 2013 03:32
Show Gist options
  • Save Superbil/5660358 to your computer and use it in GitHub Desktop.
Save Superbil/5660358 to your computer and use it in GitHub Desktop.
;; python checker setup
(setq python-check-command "~/bin/pycheckers.sh")
#!/usr/bin/env zsh
pyflakes "$1"
# pep8 --repeat "$1"
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment