Disable native compilation, which speeds up emacs for some reason

This commit is contained in:
outfoxxed 2022-12-08 00:31:43 -08:00
parent cb4f18ed0d
commit 0f8af0630e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 3 additions and 0 deletions

View file

@ -1 +1,2 @@
(setq native-comp-speed -1)
(setq package-enable-at-startup nil) (setq package-enable-at-startup nil)

View file

@ -66,6 +66,8 @@
(eval-print-last-sexp))) (eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage)) (load bootstrap-file nil 'nomessage))
(setq straight-disable-native-compile t)
;; Use-Package ;; Use-Package
(straight-use-package 'use-package) (straight-use-package 'use-package)
(setq straight-use-package-by-default t) (setq straight-use-package-by-default t)