Remove doom-module-pairs
This commit is contained in:
parent
f864931643
commit
d04a1fa940
2 changed files with 1 additions and 6 deletions
|
@ -281,11 +281,6 @@ Used by `require!' and `depends-on!'."
|
|||
'(t))
|
||||
doom-modules)))
|
||||
|
||||
(defun doom-module-pairs ()
|
||||
"Returns `doom-modules' as a list of (MODULE . SUBMODULE) cons cells."
|
||||
(cl-loop for key being the hash-keys of doom-modules
|
||||
collect key))
|
||||
|
||||
(defun doom-module-load-file (module submodule file &optional path)
|
||||
"Load FILE in MODULE/SUBMODULE. If PATH is specified, look for FILE in PATH."
|
||||
(unless (or path (file-name-absolute-p file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue