Add make run for dev purposes
This commit is contained in:
parent
7835a6986b
commit
1ca43ba39e
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -33,6 +33,11 @@ clean-cache:
|
|||
test:
|
||||
@$(EMACS) -l test/init.el -f 'doom-run-tests'
|
||||
|
||||
# This is only useful if your emacs.d is somewhere other than ~/.emacs.d (for
|
||||
# development purposes for instance).
|
||||
run:
|
||||
@emacs --eval "(setq user-emacs-directory default-directory)" -q -l init.el
|
||||
|
||||
init.el:
|
||||
@[ -f init.el ] || $(error No init.el file; create one or copy init.example.el)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue