Merge remote-tracking branch 'origin/master'

This commit is contained in:
James Patrick 2020-06-01 20:24:38 -04:00
commit 0cb5f0b377

View File

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