bin/doom: discard extra command line args

This commit is contained in:
Henrik Lissner 2018-05-24 18:29:56 +02:00
parent b25e215d59
commit e3bdeabe0b
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -68,5 +68,6 @@
((not args)
(error "Expecting a command"))
((let ((default-directory user-emacs-directory))
(setq argv nil)
(doom-dispatch args)))))