Switched from update and upgrade to just refresh.

Upgrade and update (which is a bit redundant as upgrade does an update.)
take a prohibitively long time on both of my machines. Instead I'll
manually manage that and just use refresh instead.
This commit is contained in:
James Patrick 2019-12-02 10:05:32 -05:00
parent 2cd660a4e9
commit 328a525afd

View File

@ -51,8 +51,7 @@ update:
ifeq ($(shell [ -e $(EMACSD) ] $(return_val_truthy) ), false)
$(report) info "Emacs directory doesn't exist."
else ifeq ($(FRAMEWORK), doom)
~/.emacs.d/bin/doom --yes update
~/.emacs.d/bin/doom --yes upgrade
~/.emacs.d/bin/doom --yes refresh
$(report) info "Doom updated"
else
cd $(EMACSD) \