diff --git a/bin/doom.cmd b/bin/doom.cmd index 2eeb0f2fe..810f3fb06 100644 --- a/bin/doom.cmd +++ b/bin/doom.cmd @@ -5,9 +5,9 @@ PUSHD "%~dp0" >NUL 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