mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(cli): decli-group!: indentation
This commit is contained in:
parent
68ace9c1f1
commit
989e7a0034
1 changed files with 1 additions and 0 deletions
|
|
@ -1791,6 +1791,7 @@ yet. They won't be included in command listings (by help documentation)."
|
|||
|
||||
(defmacro defcli-group! (&rest body)
|
||||
"Declare common properties for any CLI commands defined in BODY."
|
||||
(declare (indent 1))
|
||||
(when (stringp (car body))
|
||||
(push :group body))
|
||||
`(let ((doom-cli--group-plist (copy-sequence doom-cli--group-plist)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue