Fix wrong-type-arg error on 'doom compile'
This commit is contained in:
parent
d105a0400c
commit
23c36a2feb
1 changed files with 3 additions and 2 deletions
|
@ -249,8 +249,9 @@ those directories. The first returned path is always `doom-private-dir'."
|
|||
:type 'dirs
|
||||
:mindepth 1
|
||||
:depth 1)))
|
||||
(cl-loop for plist being the hash-values of doom-modules
|
||||
collect (plist-get plist :path)))
|
||||
(delq
|
||||
nil (cl-loop for plist being the hash-values of doom-modules
|
||||
collect (plist-get plist :path)) ))
|
||||
nil))
|
||||
|
||||
(defun doom-module-mplist-map (fn mplist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue