diff --git a/bin/doom b/bin/doom index 3e7a2f4de..1e455534a 100755 --- a/bin/doom +++ b/bin/doom @@ -68,5 +68,6 @@ ((not args) (error "Expecting a command")) ((let ((default-directory user-emacs-directory)) + (setq argv nil) (doom-dispatch args)))))