General & minor refactoring
This commit is contained in:
parent
ed0cbc1323
commit
2b560a6a0e
6 changed files with 30 additions and 29 deletions
|
@ -908,7 +908,7 @@ module. This does not include your byte-compiled, third party packages.'"
|
|||
for path in (append (doom-files-in doom-emacs-dir :match "\\.elc$" :depth 0)
|
||||
(doom-files-in doom-private-dir :match "\\.elc$" :depth 1)
|
||||
(doom-files-in doom-core-dir :match "\\.elc$")
|
||||
(doom-files-in doom-modules-dirs :match "\\.elc$" :depth 3))
|
||||
(doom-files-in doom-modules-dirs :match "\\.elc$" :depth 4))
|
||||
for truepath = (file-truename path)
|
||||
if (file-exists-p path)
|
||||
do (delete-file path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue