mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add make reload, to reload doom session for whatever reason
This commit is contained in:
3
Makefile
3
Makefile
@ -47,6 +47,9 @@ bootstrap: init.el
|
|||||||
run:
|
run:
|
||||||
@emacs $(EMACS_FLAGS) -q -l init.el
|
@emacs $(EMACS_FLAGS) -q -l init.el
|
||||||
|
|
||||||
|
reload:
|
||||||
|
@$(EMACS) -f 'doom/reload'
|
||||||
|
|
||||||
init.el:
|
init.el:
|
||||||
@[ -e init.el ] || $(error No init.el file; create one or copy init.example.el)
|
@[ -e init.el ] || $(error No init.el file; create one or copy init.example.el)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user