From 9ee1d8d0e23094d49542b853d5ebc911ea55717c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 28 Aug 2018 19:14:18 +0200 Subject: [PATCH] Set indent function for dispatcher! macro --- core/core-cli.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-cli.el b/core/core-cli.el index a6187e860..e2bcc0377 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -71,7 +71,7 @@ first line should be short (under 60 letters), as it will be displayed for bin/doom help. 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) (doom-enlist command) (macroexp-progn