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)