feature/syntax-checker: new +childframe flag for popups

This commit is contained in:
Henrik Lissner
2018-05-09 11:26:06 +02:00
parent a34489356e
commit 30e0ab6aef
4 changed files with 15 additions and 4 deletions

View File

@@ -3,5 +3,5 @@
(package! flycheck)
(package! flycheck-popup-tip)
(when EMACS26+
(when (and EMACS26+ (featurep! +childframe))
(package! flycheck-posframe))