From 446ef64c997d4412ca97b25b49adc52bc3c5341d Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 29 Jul 2020 13:48:15 -0400 Subject: [PATCH] Define some additional clojure macro indentations --- emacs/init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index fe1d0c7..dfe1df0 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -3301,7 +3301,9 @@ Start with clojure-mode: (context 2) (:= 3) (:+ 3) - (match 1))) + (match 1) + (for-all 2) + (checking 2))) #+END_SRC Add flycheck support: