Fixed typo that prevented doom from updating properly.
This commit is contained in:
parent
af5250ee20
commit
686b50ac55
|
@ -34,7 +34,7 @@ endif
|
|||
update:
|
||||
ifeq ($(shell [ -e $(EMACSD) ] $(return_val_truthy) ), false)
|
||||
$(report) info "Emacs directory doesn't exist."
|
||||
else ifeq ($(FRAMEWORK), doom)
|
||||
else
|
||||
~/.emacs.d/bin/doom --yes refresh
|
||||
$(report) info "Doom updated"
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user