You can disable the bracket insertion by disabling the keys that
trigger it. Add this to your user.keymap:

:- {:editor.keys.normal {"\"" [(:editor.repeat-pair "\"")]
                          "(" [(:editor.open-pair "(")]
                          ")" [(:editor.close-pair ")")]
                          "[" [(:editor.open-pair "[")]
                          "{" [(:editor.open-pair "{")]
                          "]" [(:editor.close-pair "]")]
                          "}" [(:editor.close-pair "}")]
                          "backspace" [:editor.backspace-pair]}}

On 8 January 2014 20:58, Lee Spector <lspec...@hampshire.edu> wrote:
>
> On Jan 8, 2014, at 3:49 PM, Benjamin Yu wrote:
>
>> Grats! I love the pain points that light table solves for me.
>
> The inline documentation is pretty great once I discovered how to invoke it 
> (which took a while... and while I really love a lot of the ideas in 
> LightTable I have to say that it always takes me a while to figure out how to 
> do basic things in the interface, which I find cryptically minimal...).
>
> Does anyone know if there's a hidden way to turn off automatic bracket 
> insertion or to get console output without namespace prefixes?
>
>  -Lee
>
>
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to