mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add docstring for doom-module-put
This commit is contained in:
@ -277,7 +277,7 @@ them."
|
||||
plist)))
|
||||
|
||||
(defun doom-module-put (module submodule property value)
|
||||
"TODO"
|
||||
"Set a PROPERTY for MODULE SUBMODULE to VALUE."
|
||||
(when-let* ((plist (doom-module-get module submodule)))
|
||||
(puthash (cons module submodule)
|
||||
(plist-put plist property value)
|
||||
|
Reference in New Issue
Block a user