Complete docstring for doom--straight-inject-load-path-a
Whoops. I pushed before finishing the
This commit is contained in:
parent
4aed841c32
commit
fd7073240c
1 changed files with 2 additions and 1 deletions
|
@ -425,7 +425,8 @@ everywhere we use it (and internally)."
|
||||||
interactive)))
|
interactive)))
|
||||||
|
|
||||||
(defadvice! doom--straight-inject-load-path-a (orig-fn &rest args)
|
(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
|
:override #'straight--build-compile
|
||||||
(let* ((package (plist-get recipe :package))
|
(let* ((package (plist-get recipe :package))
|
||||||
(dir (straight--build-dir package)))
|
(dir (straight--build-dir package)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue