mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bin/doom.cmd: update reference to doom-run-all-startup-hooks-h
This commit is contained in:
@ -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 -- %*
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user