mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add 'make info' task
This commit is contained in:
4
Makefile
4
Makefile
@ -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)
|
||||||
|
Reference in New Issue
Block a user