proton

https://github.com/dvcrn/proton
dvcrn 2016-01-15T01:50:07.000834Z

how about https://github.com/surdu/typewriter-sounds 😛

dvcrn 2016-01-15T01:50:12.000836Z

makes writing so much better

dvcrn 2016-01-15T02:19:16.000837Z

Nuclide is now 1 single package

dvcrn 2016-01-15T02:19:21.000838Z

I'm testing it right now

dvcrn 2016-01-15T02:38:05.000839Z

So here are some thoughts: - Integrate some of the nuclide stuff as defaults (if performant enough) - Go the way we did it right now and enable / disable some of the features - Completely put nuclide into a separate layer that will activate all nuclide features

dvcrn 2016-01-15T03:04:05.000840Z

5 new PRs. @geksilla is on fire 🔥

martinklepsch 2016-01-15T09:02:08.000841Z

Was looking at atom once again yesterday and wondered about the same as @aurelian the other day - is there something recommended for nrepl integration?

dvcrn 2016-01-15T09:07:21.000842Z

@martinklepsch: There are a few repositories but the most popular one - proto-repl - doesn't have nREPL integration yet. It seems the maintainer started implementing it but right now there doesn't seem to be a good solution yet

dvcrn 2016-01-15T09:10:43.000843Z

but apparently it's based on nREPL now. You could connect from nREPL to nREPL 😛

dvcrn 2016-01-15T09:13:34.000844Z

https://atom.io/packages/nrepl

geksilla 2016-01-15T10:01:16.000846Z

regarding nuclide I think that it would be better to enable / disable some of the features

geksilla 2016-01-15T10:02:56.000847Z

we can switch specific features per layer

geksilla 2016-01-15T10:03:52.000848Z

like turn on JavaScript related features when user selected :lang/javascript layer

geksilla 2016-01-15T10:06:09.000849Z

anyway we should try and see what pros and cons we get )

dvcrn 2016-01-15T10:13:29.000850Z

I started some work in my nuclide branch but basically just deactivated all features

geksilla 2016-01-15T10:18:15.000851Z

cool, I will check it out

meow 2016-01-15T12:33:23.000852Z

cool

geksilla 2016-01-15T18:07:47.000853Z

check https://atom.io/themes/nucleus-dark-ui it's awesome syntax adaptable theme

🤘 1
😈 1
🎉 1
geksilla 2016-01-15T18:08:27.000856Z

works also for light syntaxes as well

2016-01-15T21:18:08.000859Z

Hey everyone! I discovered proton today and wanted to say thank you. I use mostly Atom with vim-mode, but have recently been enamored with spacemacs. This is an awesome project, and would love to help in any way I can.

❤️ 1
2016-01-15T21:18:42.000860Z

I am very new to clojure and clojurescript, and have been looking to get more involved in the community. Maybe this can be my segway into more active clojure work! 😄

☘️ 1
2016-01-15T21:42:17.000861Z

Thanks @austincrft. If you have any packages or set of packages that you have installed and configured in your local setup, a great way to get started is by adding new layers. Ping this channel if you have questions.

🚀 1
2016-01-15T22:04:07.000863Z

@sglyon: That sounds like a good place to start, thanks

2016-01-15T22:04:33.000864Z

Is there any way to edit my .proton to add in css changes?

2016-01-15T22:11:29.000865Z

You can edit your stylesheet. SPC f e s (I think)

2016-01-15T22:43:08.000866Z

That did it, thanks