diff --git a/bin/doom.cmd b/bin/doom.cmd index 7d9e6179b..8097a37bd 100644 --- a/bin/doom.cmd +++ b/bin/doom.cmd @@ -3,9 +3,8 @@ @ECHO OFF PUSHD "%~dp0" >NUL -IF "%1"=="run" ( - SHIFT - start runemacs -Q %* -l ..\init.el -f "doom|run-all-startup-hooks" +IF "%1"=="runemacs" ( + start runemacs --quick --no-splash -l ..\init.el -f "doom|run-all-startup-hooks" ) ELSE ( emacs --quick --script .\doom -- %* )