branch: externals/dash commit 502be58722262c5b9d779848a168b0dc67ee7471 Author: Matus Goljer <matus.gol...@gmail.com> Commit: Matus Goljer <matus.gol...@gmail.com>
Make -each-indexed indent like -each --- dash.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dash.el b/dash.el index eb9105b..ee362b5 100644 --- a/dash.el +++ b/dash.el @@ -101,6 +101,7 @@ In the anaphoric form `--each-indexed', the index is exposed as `it-index`. See also: `-map-indexed'." (--each list (funcall fn it-index it))) +(put '-each-indexed 'lisp-indent-function 1) (defmacro --each-while (list pred &rest body) "Anaphoric form of `-each-while'."