Disable native compilation, which speeds up emacs for some reason
This commit is contained in:
parent
cb4f18ed0d
commit
0f8af0630e
|
@ -1 +1,2 @@
|
||||||
|
(setq native-comp-speed -1)
|
||||||
(setq package-enable-at-startup nil)
|
(setq package-enable-at-startup nil)
|
||||||
|
|
2
init.el
2
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue