mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fixing windows pathway to use latest straight API
This commit is contained in:
@ -284,7 +284,7 @@ declaration) or dependency thereof that hasn't already been."
|
|||||||
(when (and IS-WINDOWS (stringp local-repo))
|
(when (and IS-WINDOWS (stringp local-repo))
|
||||||
(let ((default-directory (straight--repos-dir local-repo)))
|
(let ((default-directory (straight--repos-dir local-repo)))
|
||||||
(when (file-in-directory-p default-directory straight-base-dir)
|
(when (file-in-directory-p default-directory straight-base-dir)
|
||||||
(straight--call "git" "config" "core.autocrlf" "true")))))
|
(straight--process-run "git" "config" "core.autocrlf" "true")))))
|
||||||
(error
|
(error
|
||||||
(signal 'doom-package-error (list package e))))))
|
(signal 'doom-package-error (list package e))))))
|
||||||
(progn
|
(progn
|
||||||
|
Reference in New Issue
Block a user