diff --git a/core/autoload/debug.el b/core/autoload/debug.el index b1a5c66e7..c05e5b897 100644 --- a/core/autoload/debug.el +++ b/core/autoload/debug.el @@ -323,7 +323,11 @@ Some items are not supported by the `nsm.el' module." package--init-file-ensured t package-user-dir ,package-user-dir package-archives ',package-archives - user-emacs-directory ,doom-emacs-dir) + user-emacs-directory ,doom-emacs-dir + comp-deferred-compilation nil + comp-eln-load-path ',(bound-and-true-p comp-eln-load-path) + comp-async-env-modifier-form ',(bound-and-true-p comp-async-env-modifier-form) + comp-deferred-compilation-black-list ',(bound-and-true-p comp-deferred-compilation-black-list)) (with-eval-after-load 'undo-tree ;; undo-tree throws errors because `buffer-undo-tree' isn't ;; correctly initialized