diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-28 15:02:10 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-28 15:02:10 -0500 |
| commit | 3d617548a07be9c33474c6014e5795526265b133 (patch) | |
| tree | 5a7d552419530d35296471de0526c45677edf4d9 /early-init.el | |
| parent | f5a4c4a477825cd538ef4388642eca06cedeedba (diff) | |
| download | dotemacs-3d617548a07be9c33474c6014e5795526265b133.tar.gz dotemacs-3d617548a07be9c33474c6014e5795526265b133.zip | |
script to delete eln and elc; updated tasks; etc
and don't compile org-element files
Diffstat (limited to 'early-init.el')
| -rw-r--r-- | early-init.el | 6 |
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 |
