diff options
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el new file mode 100644 index 0000000..da48e00 --- /dev/null +++ b/early-init.el @@ -0,0 +1,2 @@ +(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")) |