From ad3da32c5ff33cae22cf75551bbb5d1351d3e99e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 7 Dec 2024 19:14:57 -0500 Subject: [PATCH] refactor: comp: s/after!/with-eval-after-load `after!`'s benefits aren't needed here, so use the simplest tool for the job. --- lisp/doom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doom.el b/lisp/doom.el index 948332387..0a8d9be1a 100644 --- a/lisp/doom.el +++ b/lisp/doom.el @@ -629,7 +629,7 @@ to `doom-profile-cache-dir' instead, so it can be safely cleaned up as part of (make-directory temporary-file-directory t) (apply fn args))) - (after! comp + (with-eval-after-load '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.