bin/doom: discard extra command line args
This commit is contained in:
parent
b25e215d59
commit
e3bdeabe0b
1 changed files with 1 additions and 0 deletions
1
bin/doom
1
bin/doom
|
@ -68,5 +68,6 @@
|
||||||
((not args)
|
((not args)
|
||||||
(error "Expecting a command"))
|
(error "Expecting a command"))
|
||||||
((let ((default-directory user-emacs-directory))
|
((let ((default-directory user-emacs-directory))
|
||||||
|
(setq argv nil)
|
||||||
(doom-dispatch args)))))
|
(doom-dispatch args)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue