From 64e02e4232681b3cc58bf0e2e86e55510d01fe43 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 12 Jun 2018 01:45:52 +0200 Subject: [PATCH] Load core-packages in doom//run-tests --- core/autoload/test.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/autoload/test.el b/core/autoload/test.el index 7a357a449..98243f517 100644 --- a/core/autoload/test.el +++ b/core/autoload/test.el @@ -7,6 +7,7 @@ command line args following a double dash (each arg should be in the If neither is available, run all tests in all enabled modules." (interactive) + (require 'core-packages) (doom//reload-autoloads) (let (noninteractive) ;; Core libraries aren't fully loaded in a noninteractive session, so we