$* -> %* in bin/doom.cmd
This commit is contained in:
parent
04c66829eb
commit
1b98422291
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ PUSHD "%~dp0" >NUL
|
||||||
|
|
||||||
IF %1=="run" (
|
IF %1=="run" (
|
||||||
SHIFT
|
SHIFT
|
||||||
emacs -Q $* -l init.el -f "doom|run-all-startup-hooks"
|
emacs -Q %* -l init.el -f "doom|run-all-startup-hooks"
|
||||||
) ELSE (
|
) ELSE (
|
||||||
emacs --quick --script ./doom -- $*
|
emacs --quick --script ./doom -- %*
|
||||||
)
|
)
|
||||||
|
|
||||||
POPD >NUL
|
POPD >NUL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue