(Emacs)+early-init native-compilation options

Set to 4 workers at the start to make compilation at least as fast as
possible: my laptop has 4 cores so it'll just slow it down until early
compilation is done, while my desktop can still keep going as it has 8
threads.  In config.org this is setup correctly so the rest of the
config (which is the much larger part) uses a system dependent number
of cores.
This commit is contained in:
2022-09-14 00:14:06 +01:00
parent df8c384630
commit 81d25daf61
3 changed files with 22 additions and 2 deletions

View File

@@ -35,8 +35,8 @@
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
(setq straight-disable-native-compile nil
straight-disable-native-compilation nil
straight-use-package-by-default t
use-package-enable-imenu-support t
use-package-always-demand nil