[Emacs] Try more disables of native compilation

This commit is contained in:
Ivan Malison 2023-09-12 11:09:03 -06:00
parent d9e90e8c3f
commit 965e2506b4

View File

@ -12,9 +12,11 @@
(load bootstrap-file nil 'nomessage)) (load bootstrap-file nil 'nomessage))
(setq native-comp-deferred-compilation-deny-list nil) (setq native-comp-deferred-compilation-deny-list nil)
(setq native-comp-always-compile nil) (setq native-comp-always-compile t)
(setq load-no-native t) (setq load-no-native t)
(setq no-native-compile t)
(setq warning-minimum-level :emergency) (setq warning-minimum-level :emergency)
(setq straight-disable-native-compile t)
;; This is a workaround for an issue in emacs28 with symlinks. See https://github.com/radian-software/straight.el/issues/701 ;; This is a workaround for an issue in emacs28 with symlinks. See https://github.com/radian-software/straight.el/issues/701
(defun my-patch-package-find-file-visit-truename (oldfun &rest r) (defun my-patch-package-find-file-visit-truename (oldfun &rest r)