doom/clear-* => doom/clean-* (consistent with makefile tasks)

This commit is contained in:
Henrik Lissner 2017-03-19 23:48:43 -04:00
parent f3a065868c
commit 8aac4b2091
4 changed files with 6 additions and 6 deletions

View file

@ -473,13 +473,13 @@ This may take a while."
(message "\n%s" (mapconcat (lambda (file) (concat "+ ERROR: " (car file)))
(nreverse errors) "\n"))))))
(defun doom/clear-cache ()
(defun doom/clean-cache ()
"Clear local cache (`doom-cache-dir'). You may need to restart Emacs for some
components to feel its effects."
(delete-directory doom-cache-dir t)
(make-directory doom-cache-dir t))
(defun doom/clear-compiled ()
(defun doom/clean-compiled ()
"Delete all compiled elc files in DOOM emacs, excluding compiled ELPA/QUELPA
package files."
(interactive)