make quickrun: improve feedback
This commit is contained in:
parent
cea270d950
commit
c74dbfd1e6
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -21,7 +21,9 @@ d: doctor
|
|||
|
||||
quickstart: | ~/.doom.d/init.el all recompile
|
||||
~/.doom.d/init.el:
|
||||
mkdir ~/.doom.d && cp init.example.el ~/.doom.d/init.el
|
||||
@echo "Creating ~/.doom.d directory"
|
||||
@mkdir ~/.doom.d && cp init.example.el ~/.doom.d/init.el
|
||||
@touch ~/.doom.d/config.el
|
||||
|
||||
## Package management
|
||||
install: | .local/autoloads.el
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue