Fix error of recompiling (native comp) every emacs startup.
This commit is contained in:
parent
fe386ce0d8
commit
0e48c679ef
@ -19,7 +19,6 @@
|
|||||||
(progn
|
(progn
|
||||||
(setq native-comp-async-report-warnings-errors nil)
|
(setq native-comp-async-report-warnings-errors nil)
|
||||||
(setq comp-deferred-compilation t)
|
(setq comp-deferred-compilation t)
|
||||||
(add-to-list 'native-comp-eln-load-path (expand-file-name "private/cache/eln-cache/" user-emacs-directory))
|
|
||||||
(setq package-native-compile t)
|
(setq package-native-compile t)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user