From 425f20e7ed431bd2af4951721e0b1a6d2b3448df Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Mon, 4 Feb 2019 16:52:41 +0100 Subject: [PATCH] README.md: Link to :column code Re #307 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb8a9b1..35aedca 100644 --- a/README.md +++ b/README.md @@ -428,3 +428,6 @@ Here's a list of body keys that can be overridden in each head: - `:color` - `:bind` - `:column` + +Use `:column` feature to have an aligned rectangular docstring without defining it manually. +See [hydra-examples.el](https://github.com/abo-abo/hydra/blob/05871dd6c8af7b2268bd1a10eb9f8a3e423209cd/hydra-examples.el#L337) for an example code.