diff --git a/core/core.el b/core/core.el index 687d629df..59c7e22b8 100644 --- a/core/core.el +++ b/core/core.el @@ -344,7 +344,8 @@ intervals." (when req (when doom-debug-mode (message "Incrementally loading %s" req)) - (require req) + (unless (require req nil t) + (message "Failed to load '%s' package incrementally" req)) (when reqs (run-with-idle-timer doom-incremental-idle-timer nil #'doom-load-packages-incrementally