feature/syntax-checker: redesign tooltip support

Use flycheck-posframe in GUI Emacs (26+) and flycheck-popup-tip
everywhere else.
This commit is contained in:
Henrik Lissner 2018-05-07 18:50:44 +02:00
parent da598551a3
commit afb92a8c7f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 51 additions and 22 deletions

View file

@ -2,5 +2,6 @@
;;; feature/syntax-checker/packages.el
(package! flycheck)
(package! flycheck-pos-tip)
(package! flycheck-popup-tip)
(when EMACS26+
(package! flycheck-posframe))