Fix make clean not catching all *.elc files

This commit is contained in:
Henrik Lissner 2018-02-16 23:28:18 -05:00
parent d91481a9a0
commit 8efd5d1eae
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -731,7 +731,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date core files."
"Delete all the compiled elc files in your Emacs configuration. This excludes
compiled packages.'"
(interactive)
(ignore-errors (doom-initialize-packages))
(ignore-errors (doom-initialize-packages t))
(let ((targets
(append (list (expand-file-name "init.elc" doom-emacs-dir))
(doom-packages--files doom-core-dir "\\.elc$")