bin/doom.cmd: update reference to doom-run-all-startup-hooks-h

This commit is contained in:
Henrik Lissner 2019-09-13 20:37:07 -04:00
parent 83c95ddaa0
commit 4ddc5c194b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -16,7 +16,7 @@ IF NOT [%1]==[] (
)
IF [%command%]==[run] (
start runemacs -Q %args% -l ..\init.el -f "doom|run-all-startup-hooks"
start runemacs -Q %args% -l ..\init.el -f "doom-run-all-startup-hooks-h"
) ELSE (
emacs --quick --script .\doom -- %*
)