Purge after sync.

Calling purge before sync will cause the the request to error out if
there are new modules being loaded.
This commit is contained in:
James Patrick 2020-06-02 10:29:40 -04:00
parent 110f023919
commit c3f3253ea2

View File

@ -35,10 +35,10 @@ doom_init:
update:
if [ -e $(EMACSD)/bin/doom ] ; then
~/.emacs.d/bin/doom --yes purge \
; $(report) "doom purge"
~/.emacs.d/bin/doom --yes sync \
; $(report) "doom sync"
~/.emacs.d/bin/doom --yes purge \
; $(report) "doom purge"
else
$(report) debug "doom not setup, so not updating."
fi