mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #4995: adapt to renamed comp-* symbols
Adapting to native-comp changes on Emacs HEAD.
This commit is contained in:
@ -83,9 +83,11 @@
|
||||
package-archives ',package-archives)
|
||||
;; comp.el
|
||||
(setq 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))
|
||||
native-comp-eln-load-path ',(bound-and-true-p native-comp-eln-load-path)
|
||||
native-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)
|
||||
;; REVIEW Remove me after a couple weeks
|
||||
comp-eln-load-path ',(bound-and-true-p native-comp-eln-load-path))
|
||||
;; (add-hook 'kill-emacs-hook
|
||||
;; (lambda ()
|
||||
;; (delete-file user-init-file)
|
||||
|
Reference in New Issue
Block a user