Browse Source

Fix bucle at native compilation.

master
kj 2 years ago
parent
commit
8fa7bc9ed7
  1. 3
      early-init.el

3
early-init.el

@ -37,7 +37,4 @@ @@ -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

Loading…
Cancel
Save