[Emacs] Disable native compilation for now

This commit is contained in:
Ivan Malison 2023-09-02 15:25:01 -06:00
parent 360ef51449
commit 0017e46f90

View File

@ -12,6 +12,8 @@
(load bootstrap-file nil 'nomessage))
(setq native-comp-deferred-compilation-deny-list nil)
(setq native-comp-always-compile t)
(setq load-no-native t)
(setq warning-minimum-level :emergency)
;; This is a workaround for an issue in emacs28 with symlinks. See https://github.com/radian-software/straight.el/issues/701