summary refs log tree commit diff
path: root/emacs/lisp/fcuny-flycheck-py.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/lisp/fcuny-flycheck-py.el')
-rw-r--r--emacs/lisp/fcuny-flycheck-py.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/lisp/fcuny-flycheck-py.el b/emacs/lisp/fcuny-flycheck-py.el
deleted file mode 100644
index 68a5143..0000000
--- a/emacs/lisp/fcuny-flycheck-py.el
+++ /dev/null
@@ -1,6 +0,0 @@
-(defun fcuny/check-source-predicate-python-p ()
-  (and (executable-find "check.pex")
-       (buffer-file-name)
-       (string-match "src/source/.*\.py$" (buffer-file-name))))
-
-(provide 'fcuny-flycheck-py)