feature/syntax-checker: use flycheck-popup-tip on MacOS #318

pos-tip.el (what flycheck-pos-tip's uses) is buggy on MacOS, with no
guarantee where a popup may appear.
This commit is contained in:
Henrik Lissner
2018-01-05 14:43:44 -05:00
parent a568f95004
commit f277eddf1b
2 changed files with 10 additions and 2 deletions

View File

@@ -2,5 +2,6 @@
;;; feature/syntax-checker/packages.el
(package! flycheck)
(package! flycheck-pos-tip)
(if IS-MAC
(package! flycheck-popup-tip)
(package! flycheck-pos-tip))