From ee2c1e384c6e8f8beb3404f6d687ffb67d324863 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 8 Nov 2019 16:12:25 -0500 Subject: [PATCH] Fix void-variable doom-module-dirs error from 'doom clean' --- core/cli/byte-compile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/cli/byte-compile.el b/core/cli/byte-compile.el index 0ca58076e..916a11ba9 100644 --- a/core/cli/byte-compile.el +++ b/core/cli/byte-compile.el @@ -182,6 +182,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files." (defun doom-clean-byte-compiled-files () "Delete all the compiled elc files in your Emacs configuration and private module. This does not include your byte-compiled, third party packages.'" + (require 'core-modules) (print! (start "Cleaning .elc files")) (print-group! (cl-loop with default-directory = doom-emacs-dir