From a126450280878586317c69849c83b9790ee43506 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 16 May 2018 18:26:31 +0200 Subject: [PATCH] Fix make info --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f10eb7b5a..ccd13e898 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ doctor: # Prints debug info about your current setup info: - @$(EMACS) --batch -l core/core.el -l core/autoload/debug.el -f doom/info + @$(EMACS) --batch -l core/core.el -l core/autoload/util.el -f doom/info ## Internal tasks .local/autoloads.el: