mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Expand on doom-module-load-path's docstring
Mention that value in the returned list is always doom-private-dir.
This commit is contained in:
@ -206,7 +206,7 @@ If ENABLED-ONLY, return nil if the containing module isn't enabled."
|
|||||||
|
|
||||||
The list is in no particular order and its file paths are absolute. If
|
The list is in no particular order and its file paths are absolute. If
|
||||||
MODULE-DIRS is non-nil, include all modules (even disabled ones) available in
|
MODULE-DIRS is non-nil, include all modules (even disabled ones) available in
|
||||||
those directories."
|
those directories. The first returned path is always `doom-private-dir'."
|
||||||
(declare (pure t) (side-effect-free t))
|
(declare (pure t) (side-effect-free t))
|
||||||
(append (list doom-private-dir)
|
(append (list doom-private-dir)
|
||||||
(if module-dirs
|
(if module-dirs
|
||||||
|
Reference in New Issue
Block a user