[Emacs] Try more disables of native compilation
This commit is contained in:
parent
d9e90e8c3f
commit
965e2506b4
@ -12,9 +12,11 @@
|
||||
(load bootstrap-file nil 'nomessage))
|
||||
|
||||
(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 no-native-compile t)
|
||||
(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
|
||||
(defun my-patch-package-find-file-visit-truename (oldfun &rest r)
|
||||
|
Loading…
Reference in New Issue
Block a user