Rename doom/clean-cache => doom/reset (+ make reset)
This commit is contained in:
parent
c8e138ff51
commit
27b344b64a
4 changed files with 11 additions and 9 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue