From b29b865d302f9c2c7b0da9e9d8c01d6c7f41714c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 6 Oct 2020 00:07:26 -0400 Subject: [PATCH] Fix #3975: configure native-comp in sandbox --- core/autoload/debug.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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