From 0e48c679efa430245b93e267ac54a0a83d912933 Mon Sep 17 00:00:00 2001 From: kj Date: Wed, 4 May 2022 00:12:32 -0400 Subject: [PATCH] Fix error of recompiling (native comp) every emacs startup. --- configs/base.el | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/base.el b/configs/base.el index 18a8bd7..a6ec682 100644 --- a/configs/base.el +++ b/configs/base.el @@ -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) ))