mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rename doom/clean-cache => doom/reset (+ make reset)
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user