fix: void-variable doom-modules-load-path error

Amend: 343c3a82b0
This commit is contained in:
Zero King 2024-02-07 12:59:30 +08:00 committed by GitHub
parent fe18640376
commit 5c3b820335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -279,7 +279,7 @@ configdepth. See `doom-module-set' for details."
(append (seq-remove #'cdr (doom-module-list nil initorder?))
(doom-files-in (if (listp paths-or-all)
paths-or-all
doom-modules-load-path)
doom-module-load-path)
:map #'doom-module-from-path
:type 'dirs
:mindepth 1