doom/clear-* => doom/clean-* (consistent with makefile tasks)
This commit is contained in:
parent
f3a065868c
commit
8aac4b2091
4 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue