doom/clean-compiled => doom/clean-compiled-files

This commit is contained in:
Henrik Lissner 2017-07-09 22:52:28 +02:00
parent 27b344b64a
commit 1ff0c2a8e7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 3 deletions

View file

@ -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)'

View file

@ -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'."