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