make run now supports additional args via the ARGS envvar

This commit is contained in:
Henrik Lissner 2018-03-15 00:20:40 -04:00
parent c760b33212
commit 627280c5da
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -74,7 +74,7 @@ testi: | init.el .local/autoloads.el
## Utility tasks ## Utility tasks
# Runs Emacs from a different folder than ~/.emacs.d; only use this for testing! # Runs Emacs from a different folder than ~/.emacs.d; only use this for testing!
run: 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 # Diagnoses potential OS/environment issues
doctor: doctor: