diff --git a/emacs.el b/emacs.el index ad4cb41..c4434d0 100644 --- a/emacs.el +++ b/emacs.el @@ -19,7 +19,6 @@ (eval-when-compile (require 'cl nil t)) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; prepare init.el diff --git a/test/run.sh b/test/run.sh index b7e3229..543ae8c 100755 --- a/test/run.sh +++ b/test/run.sh @@ -14,4 +14,4 @@ sh "$top"/setup.sh help # emacs emacs --version -emacs -q --debug-init --batch --load "$top"/emacs.el --kill +emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill