diff --git a/lisp/doom.el b/lisp/doom.el index 6fc94a41f..5a79fbcb8 100644 --- a/lisp/doom.el +++ b/lisp/doom.el @@ -644,6 +644,10 @@ of 'doom sync' or 'doom gc'." (apply fn args))) (after! comp + ;; HACK: On Emacs 30.0.92, `native-comp-jit-compilation-deny-list' was moved + ;; to comp-run. See emacsmirror/emacs@e6a955d24268. Doom forces straight + ;; to consult this variable when building packages. + (require 'comp-run nil t) ;; HACK Disable native-compilation for some troublesome packages (mapc (doom-partial #'add-to-list 'native-comp-deferred-compilation-deny-list) (list "/seq-tests\\.el\\'"