From 8fa7bc9ed7d77721d5df5797aee167804e8f111a Mon Sep 17 00:00:00 2001 From: kj Date: Sun, 5 Jun 2022 13:38:28 -0400 Subject: [PATCH] Fix bucle at native compilation. --- early-init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/early-init.el b/early-init.el index e02002d..f8985ad 100644 --- a/early-init.el +++ b/early-init.el @@ -37,7 +37,4 @@ ;; pacakge.el stepping on straight's toes. (setq package-enable-at-startup nil) -;; Cache eln (native-comp) -(setq native-compile-target-directory (expand-file-name "private/cache/eln" user-emacs-directory)) - ;;; early-init.el ends here