Remove doom-elpa-dir variable
And just use package-user-dir. No need for two variable when one will do.
This commit is contained in:
parent
22e3dfa677
commit
45240699e0
4 changed files with 5 additions and 9 deletions
|
@ -359,7 +359,7 @@ This should be run whenever your `doom!' block or update your packages."
|
|||
(print-group!
|
||||
(if (and (not force-p)
|
||||
(file-exists-p doom-package-autoload-file)
|
||||
(not (file-newer-than-file-p doom-elpa-dir doom-package-autoload-file))
|
||||
(not (file-newer-than-file-p package-user-dir doom-package-autoload-file))
|
||||
(not (cl-loop for dir in (straight--directory-files (straight--build-dir))
|
||||
if (cl-find-if
|
||||
(lambda (dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue