refactor: declare doom-module->context side-effect-free

This commit is contained in:
Henrik Lissner
2024-10-26 08:15:13 -04:00
parent fca6187021
commit 9aa4470683

View File

@@ -184,6 +184,7 @@ cell."
(defun doom-module->context (key)
"Change a `doom-module' into a `doom-module-context'."
(declare (side-effect-free t))
(pcase-let
(((doom-module index path flags group name)
(if (doom-module-p key)