protorepl

jasongilman 2017-02-07T02:05:38.000612Z

@cjmurphy: you can turn on the key binding resolver to debug key bindings. Turn it on then it shows everything matching as you type.

cjmurphy 2017-02-07T02:16:44.000613Z

Thanks @jasongilman. Using the resolver I could see that 'proto-repl-charts:toggle' was picking up the keystrokes. Commenting out in the .cson keystrokes config file then restarting Atom fixed the problem. Not sure why proto-repl-charts wasn't being toggled, but happy to know about that resolver :simple_smile:

seancorfield 2017-02-07T23:09:36.000616Z

@lostineverland I just archived #atom — that should prevent future confusion 🙂

lostineverland 2017-02-07T23:16:48.000617Z

@seancorfield, thanks again.

lostineverland 2017-02-07T23:17:13.000618Z

Sorry for the n00b question, but I'm trying to learn Proto REPL, so I’m trying to setup Atom as my primary editor for clojure. I’m using this as a reference:

lostineverland 2017-02-07T23:18:52.000627Z

https://gist.github.com/jasongilman/d1f70507bed021b48625

lostineverland 2017-02-07T23:19:20.000628Z

I was hoping that auto closing of the '⁠⁠⁠⁠ character would be disabled, but it doesn’t seem to be the case.

lostineverland 2017-02-07T23:19:32.000629Z

Is there some defacto reference for setting up a clojure environment in Atom?