From 78df5624f5c1b793f8084ba8cfbdaf3a8afdfc34 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 12 Jun 2019 16:15:27 -0700 Subject: [emacs] don't use tips for flycheck errors They are not easy to read, and it's easier to go to the message buffer when debugging something. --- emacs.d/custom/fcuny-flycheck.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'emacs.d/custom') 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) -- cgit 1.4.1