mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Complete docstring for doom--straight-inject-load-path-a
Whoops. I pushed before finishing the
This commit is contained in:
@@ -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)))
|
||||||
|
Reference in New Issue
Block a user