Fix flycheck-posframe errors #653
The +childframe check was too simple (and unnecessary, since the posframe function autoloaded).
This commit is contained in:
parent
3c52c36c2f
commit
9c62ef9dfa
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@
|
||||||
"TODO"
|
"TODO"
|
||||||
:lighter nil
|
:lighter nil
|
||||||
:group 'doom
|
:group 'doom
|
||||||
(if (featurep! +childframe)
|
(require 'flycheck-popup-tip)
|
||||||
(require 'flycheck-posframe)
|
|
||||||
(require 'flycheck-popup-tip))
|
|
||||||
(let ((hooks '(post-command-hook focus-out-hook)))
|
(let ((hooks '(post-command-hook focus-out-hook)))
|
||||||
(cond
|
(cond
|
||||||
;; Use our display function and remember the old one but only if we haven't
|
;; Use our display function and remember the old one but only if we haven't
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue