mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-05 18:20:29 -08:00
parent
be73e9685b
commit
c55abb1bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue