From 2e5bfe623ac3ff3744d78e0116e4028fae6bb7ac Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 10 Feb 2018 17:27:15 -0500 Subject: [PATCH] Add 'make info' task --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 092236014..42ab92fbb 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,10 @@ run: doctor: @bin/doom-doctor +# Prints debug info about your current setup +info: + @$(EMACS) -l core/autoload/debug.el -f doom/info + ## Internal tasks init.el: @$(error No init.el file; create one or copy init.example.el)