This was reported initially (or at least most recently) in [this Google Groups topic](https://groups.google.com/d/topic/light-table-discussion/3YejenLOfho/discussion). I confirmed this behavior in LT version 0.8.1 with version 0.3.1 of the Clojure plugin. An example form: ``` '(+ 1 2 3 4 5) ``` Interestingly, `(quote (+ 1 2 3 4 5))`, when evaled, displays `(+ 1 2 3 4 5)`.
This was reported initially (or at least most recently) in this Google Groups topic.
I confirmed this behavior in LT version 0.8.1 with version 0.3.1 of the Clojure plugin.
An example form:
Interestingly,
(quote (+ 1 2 3 4 5)), when evaled, displays(+ 1 2 3 4 5).