From 3fc72061361c66103884bd14c0e3cf930e3ae47a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 3 Feb 2022 19:29:57 -0800 Subject: twitter: remove more unused code --- emacs/lisp/fcuny-flycheck-py.el | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 emacs/lisp/fcuny-flycheck-py.el (limited to 'emacs/lisp') 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) -- cgit 1.4.1