summary refs log tree commit diff
path: root/emacs/lisp
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-03 19:29:57 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-03 19:29:57 -0800
commit3fc72061361c66103884bd14c0e3cf930e3ae47a (patch)
treecb233a185a6fcfe2acf028b516d9e2daa21729d3 /emacs/lisp
parentorg: journal's tree-type is day (diff)
downloademacs.d-3fc72061361c66103884bd14c0e3cf930e3ae47a.tar.gz
twitter: remove more unused code
Diffstat (limited to 'emacs/lisp')
-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)