diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-03 19:29:57 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-03 19:29:57 -0800 |
commit | 3fc72061361c66103884bd14c0e3cf930e3ae47a (patch) | |
tree | cb233a185a6fcfe2acf028b516d9e2daa21729d3 /emacs/lisp | |
parent | org: journal's tree-type is day (diff) | |
download | emacs.d-3fc72061361c66103884bd14c0e3cf930e3ae47a.tar.gz |
twitter: remove more unused code
Diffstat (limited to '')
-rw-r--r-- | emacs/lisp/fcuny-flycheck-py.el | 6 |
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) |