mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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"
|
||||
: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
|
||||
|
Reference in New Issue
Block a user