From 627280c5da83a3d7c1b2af90d0a34ca9b60731eb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 15 Mar 2018 00:20:40 -0400 Subject: [PATCH] make run now supports additional args via the ARGS envvar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f0a347ca..02dd5f9d7 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ testi: | init.el .local/autoloads.el ## Utility tasks # Runs Emacs from a different folder than ~/.emacs.d; only use this for testing! run: - @$(DOOMI) --eval "(run-hooks 'after-init-hook 'emacs-startup-hook 'window-setup-hook)" + @$(DOOMI) $(ARGS) --eval "(run-hooks 'after-init-hook 'emacs-startup-hook 'window-setup-hook)" # Diagnoses potential OS/environment issues doctor: