]> jturnerusa.dev Git - emacs.d/commitdiff
add native-compile-target-directory to native-comp-eln-load-path
authorJohn Turner <jturner.usa@gmail.com>
Sat, 12 Jul 2025 17:12:31 +0000 (13:12 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Sat, 12 Jul 2025 17:12:57 +0000 (13:12 -0400)
early-init.el

index da48e00e8f335279638282bd640a5e407864f624..30e80375d63fafd0a9f1195080323a9ef7efd952 100644 (file)
@@ -1,2 +1,4 @@
 (setq native-comp-async-jobs-number (string-to-number (shell-command-to-string "nproc"))
-      native-compile-target-directory (file-name-concat (getenv "HOME") ".cache/emacs-native-comp"))
+      native-compile-target-directory (file-name-concat (getenv "HOME") ".cache/emacs-native-comp")
+      native-comp-eln-load-path (cons native-compile-target-directory native-comp-eln-load-path)
+      gc-cons-threshold (* 64 (expt 1024 2)))