Fork me on GitHub
#proton
<
2016-07-12
>
codefalling08:07:56

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

dvcrn09:07:16

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

dvcrn09:07:05

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

codefalling09:07:35

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

dvcrn09:07:50

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

codefalling09:07:08

that’s enough for now, thanks

dvcrn10:07:23

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

jessejanderson18:07:18

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

jessejanderson18:07:14

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.

tgg18:07:48

good point ☝️ is happening for me too