branch: master
commit 614e1f7cdbf17d9a97a965950578503a01734316
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    `defhydra' should be indented as `defun'
---
 hydra.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hydra.el b/hydra.el
index 70de566..d44893a 100644
--- a/hydra.el
+++ b/hydra.el
@@ -388,7 +388,7 @@ except a blue head can stop the Hydra state.
 :bind can be:
 - nil: this head will not be bound in BODY-MAP.
 - a lambda taking KEY and CMD used to bind a head"
-  (declare (indent 2))
+  (declare (indent defun))
   (unless (stringp docstring)
     (setq heads (cons docstring heads))
     (setq docstring "hydra"))

Reply via email to