feature/syntax-checker: redesign tooltip support
Use flycheck-posframe in GUI Emacs (26+) and flycheck-popup-tip everywhere else.
This commit is contained in:
parent
da598551a3
commit
afb92a8c7f
3 changed files with 51 additions and 22 deletions
|
@ -2,5 +2,6 @@
|
|||
;;; feature/syntax-checker/packages.el
|
||||
|
||||
(package! flycheck)
|
||||
(package! flycheck-pos-tip)
|
||||
(package! flycheck-popup-tip)
|
||||
(when EMACS26+
|
||||
(package! flycheck-posframe))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue