Define some additional clojure macro indentations
This commit is contained in:
parent
c1272c07e2
commit
446ef64c99
@ -3301,7 +3301,9 @@ Start with clojure-mode:
|
|||||||
(context 2)
|
(context 2)
|
||||||
(:= 3)
|
(:= 3)
|
||||||
(:+ 3)
|
(:+ 3)
|
||||||
(match 1)))
|
(match 1)
|
||||||
|
(for-all 2)
|
||||||
|
(checking 2)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Add flycheck support:
|
Add flycheck support:
|
||||||
|
Loading…
Reference in New Issue
Block a user