Fix flycheck-posframe errors #653

The +childframe check was too simple (and unnecessary, since the
posframe function autoloaded).
This commit is contained in:
Henrik Lissner 2018-06-05 03:20:19 +02:00
parent 3c52c36c2f
commit 9c62ef9dfa
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -18,9 +18,7 @@
"TODO"
:lighter nil
:group 'doom
(if (featurep! +childframe)
(require 'flycheck-posframe)
(require 'flycheck-popup-tip))
(require 'flycheck-popup-tip)
(let ((hooks '(post-command-hook focus-out-hook)))
(cond
;; Use our display function and remember the old one but only if we haven't