mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
feature/syntax-checker: redesign tooltip support
Use flycheck-posframe in GUI Emacs (26+) and flycheck-popup-tip everywhere else.
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
;;; feature/syntax-checker/packages.el
|
||||
|
||||
(package! flycheck)
|
||||
(package! flycheck-pos-tip)
|
||||
(package! flycheck-popup-tip)
|
||||
(when EMACS26+
|
||||
(package! flycheck-posframe))
|
||||
|
Reference in New Issue
Block a user