bin/doom.cmd: update reference to doom-run-all-startup-hooks-h
This commit is contained in:
parent
83c95ddaa0
commit
4ddc5c194b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ IF NOT [%1]==[] (
|
||||||
)
|
)
|
||||||
|
|
||||||
IF [%command%]==[run] (
|
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 (
|
) ELSE (
|
||||||
emacs --quick --script .\doom -- %*
|
emacs --quick --script .\doom -- %*
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue