From fd7073240c5f71ba64b9b990f840edc4d7c52138 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 23 Jan 2021 22:35:40 -0500 Subject: [PATCH] Complete docstring for doom--straight-inject-load-path-a Whoops. I pushed before finishing the --- core/core-cli.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)))