Add make reload, to reload doom session for whatever reason
This commit is contained in:
parent
4d89fd1cc9
commit
be988876c1
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -47,6 +47,9 @@ bootstrap: init.el
|
|||
run:
|
||||
@emacs $(EMACS_FLAGS) -q -l init.el
|
||||
|
||||
reload:
|
||||
@$(EMACS) -f 'doom/reload'
|
||||
|
||||
init.el:
|
||||
@[ -e 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