From fa083f7fd9f8be4e741478b22f31c692c7e105fb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 4 Feb 2017 10:21:47 -0800 Subject: [Emacs] Remove `flycheck-pos-tip`. I rarely use the mouse, and most of the time the tip is not displayed at the correct location. Not worth the trouble to fix it, just stop using it. --- emacs.d/init.el | 7 ------- 1 file changed, 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/"))) -- cgit 1.4.1