branch: externals/setup commit 0e95ccd499b1a03c88da182c3570d2aba2459247 Author: Philip K <phil...@posteo.net> Commit: Philip K <phil...@posteo.net>
Document :repeatable property --- setup.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.el b/setup.el index d3bda35..aeff350 100644 --- a/setup.el +++ b/setup.el @@ -125,6 +125,9 @@ Change indentation behaviour. See symbol `lisp-indent-function'. :after-loaded Wrap the macro in a `with-eval-after-load' body. + :repeatable +Allow macro to be automatically repeated, using FN's arity. + :signature Give an advertised calling convention.