Add 'make info' task
This commit is contained in:
parent
0019deb276
commit
2e5bfe623a
1 changed files with 4 additions and 0 deletions
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue