Rename doom/clean-cache => doom/reset (+ make reset)

This commit is contained in:
Henrik Lissner 2017-07-09 22:50:29 +02:00
parent c8e138ff51
commit 27b344b64a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 11 additions and 9 deletions

View file

@ -36,12 +36,13 @@ $(MODULES): init.el .local/autoloads.el
clean:
@$(EMACS) -f doom/clean-compiled
clean-cache:
@$(EMACS) -f doom/clean-cache
clean-pcache:
@$(EMACS) -l persistent-soft --eval '(delete-directory pcache-directory t)'
reset:
@$(EMACS) -f doom/reset
test: init.el .local/autoloads.el
@$(EMACS) -f doom-run-tests