Catch more *.elc files with bin/doom clean
This commit is contained in:
parent
383ecf7a08
commit
3498d5c6b1
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ module. This does not include your byte-compiled, third party packages.'"
|
||||||
(interactive)
|
(interactive)
|
||||||
(cl-loop with default-directory = doom-emacs-dir
|
(cl-loop with default-directory = doom-emacs-dir
|
||||||
for path in (append (doom-files-in doom-emacs-dir :match "\\.elc$" :depth 1)
|
for path in (append (doom-files-in doom-emacs-dir :match "\\.elc$" :depth 1)
|
||||||
(doom-files-in doom-private-dir :match "\\.elc$" :depth 1)
|
(doom-files-in doom-private-dir :match "\\.elc$" :depth 2)
|
||||||
(doom-files-in doom-core-dir :match "\\.elc$")
|
(doom-files-in doom-core-dir :match "\\.elc$")
|
||||||
(doom-files-in doom-modules-dirs :match "\\.elc$" :depth 4))
|
(doom-files-in doom-modules-dirs :match "\\.elc$" :depth 4))
|
||||||
for truepath = (file-truename path)
|
for truepath = (file-truename path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue