mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix flycheck-posframe errors #653
The +childframe check was too simple (and unnecessary, since the posframe function autoloaded).
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user