From 7a9733c89f42611a5762b7777e2350cb129f4520 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 26 Dec 2014 01:50:00 +0900 Subject: [PATCH] test/run.sh: Add debug-init option to emacs --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index 8c1a7d8..0628d9e 100755 --- a/test/run.sh +++ b/test/run.sh @@ -13,4 +13,4 @@ __EOC__ sh "$top"/setup.sh help # emacs -emacs -q --batch --load "$top"/emacs.el --kill +emacs -q --debug-init --batch --load "$top"/emacs.el --kill