make run now supports additional args via the ARGS envvar
This commit is contained in:
parent
c760b33212
commit
627280c5da
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue