mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(cli): indentation & docstring highlights for defstub!
This commit is contained in:
@ -1601,6 +1601,7 @@ WHEN specifies what version this command was rendered obsolete."
|
||||
|
||||
Use this to define commands that will eventually be implemented, but haven't
|
||||
yet. They won't be included in command listings (by help documentation)."
|
||||
(declare (indent 2) (doc-string 3))
|
||||
`(defcli! ,commandspec (&rest _)
|
||||
,(concat "THIS COMMAND IS A STUB AND HAS NOT BEEN IMPLEMENTED YET."
|
||||
(if (stringp (car body)) (concat "\n\n" (pop body))))
|
||||
|
Reference in New Issue
Block a user