mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add make run for dev purposes
This commit is contained in:
5
Makefile
5
Makefile
@ -33,6 +33,11 @@ clean-cache:
|
|||||||
test:
|
test:
|
||||||
@$(EMACS) -l test/init.el -f 'doom-run-tests'
|
@$(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:
|
init.el:
|
||||||
@[ -f init.el ] || $(error No init.el file; create one or copy init.example.el)
|
@[ -f init.el ] || $(error No init.el file; create one or copy init.example.el)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user