Fix #3975: configure native-comp in sandbox

This commit is contained in:
Henrik Lissner 2020-10-06 00:07:26 -04:00
parent 0feacd4ce4
commit b29b865d30
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -323,7 +323,11 @@ Some items are not supported by the `nsm.el' module."
package--init-file-ensured t package--init-file-ensured t
package-user-dir ,package-user-dir package-user-dir ,package-user-dir
package-archives ',package-archives 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 (with-eval-after-load 'undo-tree
;; undo-tree throws errors because `buffer-undo-tree' isn't ;; undo-tree throws errors because `buffer-undo-tree' isn't
;; correctly initialized ;; correctly initialized