diff options
-rw-r--r-- | emacs.d/custom/fcuny-flycheck.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs.d/custom/fcuny-flycheck.el b/emacs.d/custom/fcuny-flycheck.el index edc6f85..0f6d29d 100644 --- a/emacs.d/custom/fcuny-flycheck.el +++ b/emacs.d/custom/fcuny-flycheck.el @@ -22,10 +22,4 @@ :modes (python-mode)) (add-to-list 'flycheck-checkers 'fcuny/source-check-python))) -(use-package flycheck-pos-tip - :after flycheck - :ensure t - :config - (flycheck-pos-tip-mode)) - (provide 'fcuny-flycheck) |