From 4ddc5c194bafeb0d44f625d372474e8ab2fd513d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 13 Sep 2019 20:37:07 -0400 Subject: [PATCH] bin/doom.cmd: update reference to doom-run-all-startup-hooks-h --- bin/doom.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doom.cmd b/bin/doom.cmd index 132691e4b..7cba4ca5e 100644 --- a/bin/doom.cmd +++ b/bin/doom.cmd @@ -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 -- %* )