diff --git a/bin/doom.cmd b/bin/doom.cmd index 810f3fb06..000e811c7 100644 --- a/bin/doom.cmd +++ b/bin/doom.cmd @@ -3,12 +3,12 @@ @ECHO OFF PUSHD "%~dp0" >NUL -IF %1=="run" ( +IF "%1"=="run" ( SHIFT - emacs -Q %* -l init.el -f "doom|run-all-startup-hooks" + emacs -Q %* -l ..\init.el -f "doom|run-all-startup-hooks" ) ELSE ( - emacs --quick --script ./doom -- %* + emacs --quick --script .\doom -- %* ) POPD >NUL -ECHO ON +ECHO ON \ No newline at end of file