From 81d25daf6192709504867509f2004106e27c6c95 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 14 Sep 2022 00:14:06 +0100 Subject: (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. --- Emacs/.config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/init.el') diff --git a/Emacs/.config/emacs/init.el b/Emacs/.config/emacs/init.el index d4d376d..f84cb6a 100644 --- a/Emacs/.config/emacs/init.el +++ b/Emacs/.config/emacs/init.el @@ -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 -- cgit v1.2.3-13-gbd6f