Is there any way to create a private-layer
in proton?
@codefalling: currently not due to the nature of clojurescript. It's a compiled language and can't get parsed (at least not yet)
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
Thanks for reply, then can I use javascript to do some simple custom such as keybinding without compile?
keybindings and friends are possible from within the ~/.proton file. No need for javascript
that’s enough for now, thanks
besides that you can always fall back to the atom init and config files
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”. 🙂
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.
good point ☝️ is happening for me too