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