doom/clean-compiled => doom/clean-compiled-files
This commit is contained in:
parent
27b344b64a
commit
1ff0c2a8e7
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -33,9 +33,9 @@ $(MODULES): init.el .local/autoloads.el
|
||||||
@rm -fv $(shell find modules/$@ -type f -name '*.elc')
|
@rm -fv $(shell find modules/$@ -type f -name '*.elc')
|
||||||
@$(EMACS) -f doom/compile -- modules/$@
|
@$(EMACS) -f doom/compile -- modules/$@
|
||||||
|
|
||||||
clean:
|
|
||||||
@$(EMACS) -f doom/clean-compiled
|
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@$(EMACS) -f doom/clean-compiled-files
|
||||||
|
|
||||||
clean-pcache:
|
clean-pcache:
|
||||||
@$(EMACS) -l persistent-soft --eval '(delete-directory pcache-directory t)'
|
@$(EMACS) -l persistent-soft --eval '(delete-directory pcache-directory t)'
|
||||||
|
|
|
@ -626,7 +626,7 @@ to feel its effects."
|
||||||
(delete-directory doom-cache-dir t)
|
(delete-directory doom-cache-dir t)
|
||||||
(make-directory doom-cache-dir t))
|
(make-directory doom-cache-dir t))
|
||||||
|
|
||||||
(defun doom/clean-compiled ()
|
(defun doom/clean-compiled-files ()
|
||||||
"Delete all compiled elc files in your Emacs configuration.
|
"Delete all compiled elc files in your Emacs configuration.
|
||||||
|
|
||||||
This excludes compiled packages in `doom-packages-dir'."
|
This excludes compiled packages in `doom-packages-dir'."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue