Add make reload, to reload doom session for whatever reason

This commit is contained in:
Henrik Lissner 2017-03-27 23:23:07 -04:00
parent 4d89fd1cc9
commit be988876c1

View file

@ -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)