From 3d617548a07be9c33474c6014e5795526265b133 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 28 May 2025 15:02:10 -0500 Subject: script to delete eln and elc; updated tasks; etc and don't compile org-element files --- early-init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'early-init.el') 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 -- cgit v1.2.3