Remove comp-eln-load-path
injection hack
This was fixed upstream, so comp-eln-load-path is now passed to async compilation workers.
This commit is contained in:
parent
30140021de
commit
1d0f1575aa
1 changed files with 0 additions and 7 deletions
|
@ -284,13 +284,6 @@ config.el instead."
|
||||||
(add-to-list 'comp-eln-load-path (concat doom-cache-dir "eln/")))
|
(add-to-list 'comp-eln-load-path (concat doom-cache-dir "eln/")))
|
||||||
|
|
||||||
(after! comp
|
(after! comp
|
||||||
;; HACK `comp-eln-load-path' isn't fully respected yet, because native
|
|
||||||
;; compilation occurs in another emacs process that isn't seeded with our
|
|
||||||
;; value for `comp-eln-load-path', so we inject it ourselves:
|
|
||||||
(setq comp-async-env-modifier-form
|
|
||||||
`(progn
|
|
||||||
,comp-async-env-modifier-form
|
|
||||||
(setq comp-eln-load-path ',(bound-and-true-p comp-eln-load-path))))
|
|
||||||
;; HACK Disable native-compilation for some troublesome packages
|
;; HACK Disable native-compilation for some troublesome packages
|
||||||
(add-to-list 'comp-deferred-compilation-black-list "/evil-collection-vterm\\.el\\'"))
|
(add-to-list 'comp-deferred-compilation-black-list "/evil-collection-vterm\\.el\\'"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue