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