summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 0bc3897..32f273f 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -809,11 +809,6 @@ mouse-1: Display Line and Column Mode Menu"))))))
   :diminish " ✓"
   :init (global-flycheck-mode))
 
-(req-package flycheck-pos-tip
-  :require flycheck
-  :init (progn
-          (setq flycheck-display-errors-function #'flycheck-pos-tip-error-messages)))
-
 (req-package go-mode
   :mode (("\\.go\\'" . go-mode)))