mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(lib): native-comp-deferred-compilation-deny-list in sandbox
This commit is contained in:
parent
b9e436663b
commit
7dddbcf793
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
(`vanilla ; nothing loaded
|
||||
`(progn
|
||||
(setq native-comp-deferred-compilation nil
|
||||
native-comp-deferred-compilation-deny-list ',(bound-and-true-p native-comp-async-env-modifier-form)
|
||||
native-comp-deferred-compilation-deny-list ',(bound-and-true-p native-comp-deferred-compilation-deny-list)
|
||||
native-comp-async-env-modifier-form ',(bound-and-true-p native-comp-async-env-modifier-form)
|
||||
native-comp-eln-load-path ',(bound-and-true-p native-comp-eln-load-path))
|
||||
(package-initialize t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue