From 70159d829f41120742ed92eb4fa85b721ff87da3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 1 Mar 2018 03:34:38 -0500 Subject: [PATCH] Fix doom! not loading modules properly --- core/core-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index 02389a85b..781a74ad8 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -406,7 +406,7 @@ The module is only loaded once. If RELOAD-P is non-nil, load it again." (doom-module-enable module submodule flags)) (if (file-directory-p module-path) `(condition-case-unless-debug ex - (let ((doom--current-module (cons module submodule))) + (let ((doom--current-module ',(cons module submodule))) (load! init ,module-path :noerror) (load! config ,module-path :noerror)) ('error