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:
parent
110f023919
commit
c3f3253ea2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user