From b0e6373694212db9eca0317378dc3d3965c7f015 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Dec 2019 21:06:16 -0500 Subject: [PATCH] Prevent errors when starting tests --- core/test/helpers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test/helpers.el b/core/test/helpers.el index 618087fb4..446ec12d6 100644 --- a/core/test/helpers.el +++ b/core/test/helpers.el @@ -3,7 +3,7 @@ (eval-and-compile (setq doom-interactive-mode 'test) - (doom-initialize 'force) + (doom-initialize 'force 'noerror) (require 'buttercup) (setq split-width-threshold 0 split-height-threshold 0