Fix error of recompiling (native comp) every emacs startup.

This commit is contained in:
kj 2022-05-04 00:12:32 -04:00
parent fe386ce0d8
commit 0e48c679ef
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
(progn
(setq native-comp-async-report-warnings-errors nil)
(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)
))