From 97fa47e6be98ac38596c71bd07de4f1d2f9e9409 Mon Sep 17 00:00:00 2001 From: Chen Bin Date: Wed, 11 Nov 2020 23:40:11 +1100 Subject: [PATCH] debug init.el in unit test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 665dd2fea2..bba1ea3319 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ githooks: # Run tests. test: clean - $(EMACS) -Q -nw --batch -l init.el -l tests/emacs.d-test.el + $(EMACS) -Q -nw --debug-init --batch -l init.el -l tests/emacs.d-test.el