mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -8,7 +8,7 @@ function Executable-Find {
|
||||
if ($path) { return $path.Path; }
|
||||
}
|
||||
}
|
||||
throw "Could not find in $PATH: $($args -join ', ')"
|
||||
throw "Could not find in PATH: $($args -join ', ')"
|
||||
}
|
||||
|
||||
$emacs = if ($env:EMACS) { $env:EMACS } else { Executable-Find "emacs.exe" }
|
||||
|
Reference in New Issue
Block a user