mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Set indent function for dispatcher! macro
This commit is contained in:
@ -71,7 +71,7 @@ first line should be short (under 60 letters), as it will be displayed for
|
|||||||
bin/doom help.
|
bin/doom help.
|
||||||
|
|
||||||
BODY will be run when this dispatcher is called."
|
BODY will be run when this dispatcher is called."
|
||||||
(declare (doc-string 3))
|
(declare (indent defun) (doc-string 3))
|
||||||
(cl-destructuring-bind (cmd &rest aliases)
|
(cl-destructuring-bind (cmd &rest aliases)
|
||||||
(doom-enlist command)
|
(doom-enlist command)
|
||||||
(macroexp-progn
|
(macroexp-progn
|
||||||
|
Reference in New Issue
Block a user