proton

https://github.com/dvcrn/proton
codefalling 2016-07-12T08:35:56.000172Z

Is there any way to create a private-layer in proton?

dvcrn 2016-07-12T09:21:16.000173Z

@codefalling: currently not due to the nature of clojurescript. It's a compiled language and can't get parsed (at least not yet)

dvcrn 2016-07-12T09:23:05.000174Z

once bootstrap-cljs and friends are at a more mature state and clojurescript can successfully compile clojurescript without much headache things like private layers can become possible but right now you'll have to clone the project and add your layer in that way

codefalling 2016-07-12T09:48:35.000175Z

Thanks for reply, then can I use javascript to do some simple custom such as keybinding without compile?

dvcrn 2016-07-12T09:51:50.000176Z

keybindings and friends are possible from within the ~/.proton file. No need for javascript

codefalling 2016-07-12T09:58:08.000178Z

that’s enough for now, thanks

dvcrn 2016-07-12T10:01:23.000179Z

besides that you can always fall back to the atom init and config files

2016-07-12T18:36:18.000180Z

is there a reason that the easy-motion-redux shortcut (`SPC SPC`) defaults to :letter instead of :word? I assumed :word would be the default and took me a minute to figure out why it was “broken”. 🙂

2016-07-12T18:47:14.000182Z

Also, I’m not sure if it’s been this way and I just noticed it for the first time or if something changed… When I hit SPC and the proton menu pops up, my cursor also seems to change to an insert-mode cursor.

2016-07-12T18:47:48.000183Z

good point ☝️ is happening for me too