Complete docstring for doom--straight-inject-load-path-a

Whoops. I pushed before finishing the
This commit is contained in:
Henrik Lissner 2021-01-23 22:35:40 -05:00
parent 4aed841c32
commit fd7073240c

View file

@ -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)))