Disable native compilation, which speeds up emacs for some reason
This commit is contained in:
parent
cb4f18ed0d
commit
0f8af0630e
2 changed files with 3 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
(setq native-comp-speed -1)
|
||||
(setq package-enable-at-startup nil)
|
||||
|
|
2
init.el
2
init.el
|
@ -66,6 +66,8 @@
|
|||
(eval-print-last-sexp)))
|
||||
(load bootstrap-file nil 'nomessage))
|
||||
|
||||
(setq straight-disable-native-compile t)
|
||||
|
||||
;; Use-Package
|
||||
(straight-use-package 'use-package)
|
||||
(setq straight-use-package-by-default t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue