forked from colonelpanic/dotfiles
[Emacs] Disable native compilation for now
This commit is contained in:
parent
360ef51449
commit
0017e46f90
@ -12,6 +12,8 @@
|
|||||||
(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 t)
|
||||||
|
(setq load-no-native t)
|
||||||
(setq warning-minimum-level :emergency)
|
(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
|
;; This is a workaround for an issue in emacs28 with symlinks. See https://github.com/radian-software/straight.el/issues/701
|
||||||
|
Loading…
Reference in New Issue
Block a user