summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom/fcuny-flycheck.el6
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)