Add docstring for doom-module-put
This commit is contained in:
parent
21a23228f2
commit
f67b4ec743
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue