Skip to content

Instantly share code, notes, and snippets.

@alexmurray
Created May 25, 2014 02:09
Show Gist options
  • Save alexmurray/dba23ba97c5fd28ebf4a to your computer and use it in GitHub Desktop.
Save alexmurray/dba23ba97c5fd28ebf4a to your computer and use it in GitHub Desktop.
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))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment