Fork me on GitHub
#spacemacs
<
2015-10-19
>
domkm22:10:29

When I eval a form (`SPC m e f`) that includes a reader conditional (`#?(:clj (do something))`) I get

2. Unhandled clojure.lang.LispReader$ReaderException
   java.lang.RuntimeException: Unmatched delimiter: )
1. Caused by java.lang.RuntimeException
   Unmatched delimiter: )

domkm22:10:50

Any idea how to fix this?