From e3bdeabe0b62dc0f6ebed1dbe070bf1843ed7c7b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 24 May 2018 18:29:56 +0200 Subject: [PATCH] bin/doom: discard extra command line args --- bin/doom | 1 + 1 file changed, 1 insertion(+) 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)))))