From 79f2414e8ce82c20d7b16b91c7db402969b446c0 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 23 May 2019 14:20:58 +0900 Subject: [PATCH] Add TODO --- emacs.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 8f4a21b..54b1260 100644 --- a/emacs.el +++ b/emacs.el @@ -1337,8 +1337,9 @@ found, otherwise returns nil." (with-venv (executable-find e))) t))) -(add-hook 'python-mode-hook - 'my-set-venv-flycheck-executable-find) +;; TODO: This sucks when venv dir is not found +;; (add-hook 'python-mode-hook +;; 'my-set-venv-flycheck-executable-find) ;; Run multiple chekcers ;; https://github.com/flycheck/flycheck/issues/186