From 35bc57878c8dff67bdd17ddf207a2ba3d5076d3a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 3 Jan 2015 10:16:36 +0000 Subject: Emacs: Install flycheck-pos-tip --- tag-emacs/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 32f273f2..0bc3897f 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -809,6 +809,11 @@ 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))) -- cgit 1.4.1