mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
flycheck: use pos-tip in GUI Emacs (linux), popup-tip everywhere else
Long story short, `flycheck-popup-tip' works everywhere but only looks *ok*. `flycheck-pos-tip' looks great, but only in GUI Emacs on Linux. So we want: + GUI Emacs (Linux): pos-tip + GUI Emacs (MacOS): popup-tip + tty Emacs (anywhere): popup-tip
This commit is contained in:
@@ -2,6 +2,5 @@
|
||||
;;; feature/syntax-checker/packages.el
|
||||
|
||||
(package! flycheck)
|
||||
(if IS-MAC
|
||||
(package! flycheck-popup-tip)
|
||||
(package! flycheck-pos-tip))
|
||||
(package! flycheck-pos-tip)
|
||||
(package! flycheck-popup-tip)
|
||||
|
Reference in New Issue
Block a user