Add 'make info' task

This commit is contained in:
Henrik Lissner 2018-02-10 17:27:15 -05:00
parent 0019deb276
commit 2e5bfe623a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -79,6 +79,10 @@ run:
doctor: doctor:
@bin/doom-doctor @bin/doom-doctor
# Prints debug info about your current setup
info:
@$(EMACS) -l core/autoload/debug.el -f doom/info
## Internal tasks ## Internal tasks
init.el: init.el:
@$(error No init.el file; create one or copy init.example.el) @$(error No init.el file; create one or copy init.example.el)