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:
|
update:
|
||||||
if [ -e $(EMACSD)/bin/doom ] ; then
|
if [ -e $(EMACSD)/bin/doom ] ; then
|
||||||
~/.emacs.d/bin/doom --yes purge \
|
|
||||||
; $(report) "doom purge"
|
|
||||||
~/.emacs.d/bin/doom --yes sync \
|
~/.emacs.d/bin/doom --yes sync \
|
||||||
; $(report) "doom sync"
|
; $(report) "doom sync"
|
||||||
|
~/.emacs.d/bin/doom --yes purge \
|
||||||
|
; $(report) "doom purge"
|
||||||
else
|
else
|
||||||
$(report) debug "doom not setup, so not updating."
|
$(report) debug "doom not setup, so not updating."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user