Fork me on GitHub
#cursive
<
2020-01-31
>
Jakub Holý (HolyJak)09:01:33

Hello! Is there a way to tell Cursive to not indent arguments based on the previous argument but to always ident them by 2 spaces (for a given macro)? I know about "configure indentation" but this macro has 3 optional arguments and the body so setting a fixed number does not help. This is what I want:

(div
  "Hello"!)
(div {:id "mydiv"}
  "Hello"!)
(div :.red.welcome {:id "mydiv"}
  "Hello"!
  (strong "there!")

Wilson Velez19:01:11

hi, the autocomplete function is not working for me. what can I do to fix it? please

Wilson Velez20:01:21

nor even the documentation pop is working.

Wilson Velez21:01:22

it is related with shadow, I hove another project in lein and it works fine