summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/init.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 558b318..cee197d 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -166,13 +166,6 @@
 
   :config
   (progn
-    (use-package flycheck-pos-tip
-      :ensure t
-      :config
-      (setq flycheck-display-errors-function #'flycheck-pos-tip-error-messages)
-      :init
-      (flycheck-pos-tip-mode))
-
     (use-package flycheck-twitter-python-style
       :load-path (lambda () (expand-file-name  "~/src/flycheck-twitter-python-style.el/")))