diff --git a/core/core-cli.el b/core/core-cli.el index 431c03d63..9b3f9a5ff 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -425,7 +425,8 @@ everywhere we use it (and internally)." interactive))) (defadvice! doom--straight-inject-load-path-a (orig-fn &rest args) - "Straight builds packages in an isolated Emacs child process, which " + "Straight builds packages in an isolated Emacs child process, which means +needed packages may not be accessible when a package is compiled." :override #'straight--build-compile (let* ((package (plist-get recipe :package)) (dir (straight--build-dir package)))