summaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index 912d6aa9..803ddf24 100644
--- a/early-init.el
+++ b/early-init.el
@@ -49,6 +49,12 @@
(setq debug-on-error nil)
(setq debug-on-quit nil)))
+
+;; ------------------------------ Bug Workarounds ------------------------------
+
+;; Prevent org-element from being natively compiled again by adding the line
+(setq native-comp-jit-compilation-deny-list '(".*org-element.*"))
+
;; --------------------------- Warning Notifications ---------------------------
;; log warnings, but don't popup the warnings buffer