On Jan 8, 2014, at 5:45 PM, Jamie Brandon wrote:

> 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]}}

Thanks Jamie. I managed to get this to work, so that's great. 

FWIW my perspective (esp as a teacher of newbies) it'd be nice if there was 
some sort of simple switch for this. It's sort of cumbersome to have to 
discover this, find the file, and add a bunch of code to get the keyboard to 
behave normally....

 -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.

Reply via email to