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:
parent
2cd660a4e9
commit
328a525afd
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue
Block a user