Skip to content

Instantly share code, notes, and snippets.

View alexmurray's full-sized avatar
🏠
Working from home

Alex Murray alexmurray

🏠
Working from home
View GitHub Profile
@alexmurray
alexmurray / gist:dba23ba97c5fd28ebf4a
Created May 25, 2014 02:09
Make sure flycheck-pos-tip is hidden when normal flycheck error would be
;; hide pos-tip automatically
(eval-after-load 'flycheck-pos-tip
'(eval-after-load 'pos-tip
'(defadvice flycheck-hide-error-buffer (after hide-pos-tip activate)
(pos-tip-hide))))