mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user