proton

https://github.com/dvcrn/proton
mattly 2016-10-26T00:39:04.000160Z

how do I reload ~/.proton ?

mattly 2016-10-26T00:41:41.000161Z

ah, SPC _ r

dvcrn 2016-10-26T01:59:28.000162Z

@nikki I don't really use spacemacs. I'm using vim in combination with Atom for almost everything. For iOS I am just using xcode if I have to do visual work or compile

dvcrn 2016-10-26T01:59:47.000163Z

Yes, windows are by default empty, but has focus. So you can hit any space-related shortcut to open a file in it right away

2016-10-26T02:00:13.000164Z

do you use the magit thing for git stuff

dvcrn 2016-10-26T02:00:22.000165Z

@mattly SPC _r re-feeds the .proton file, but sometimes some previous state could still be left behind. It's always best to do a SPC _ R instead, which reloads atom

2016-10-26T02:00:26.000166Z

been using magit on spacemacs

dvcrn 2016-10-26T02:01:15.000167Z

I don't. For small things I use fugitive/vim-plus (atom), but mostly I run vim from tmux and just go to a new tab to do git related actions like rebases, squashes or fixups. If it's more complex and I want a GUI, I use gitup

beetlefeet 2016-10-26T02:02:17.000169Z

Just to interrupt; atomatigit that is included in proton is basically useless for our main codebase (too many branches and tags so the whole thing lags horribly) I added it to disabled packages. I’d really like a magit or sublimegit like tool without the ‘nice’ UI and just a text UI that doesn’t pre-load too much.

dvcrn 2016-10-26T02:02:37.000170Z

oh it does?

beetlefeet 2016-10-26T02:03:23.000171Z

it’s fine in a tiny repo, horrible in our (admittedly horrible itself) monolithic 5 year old rails app 🙂

dvcrn 2016-10-26T02:03:52.000173Z

You can try bare git-plus without atomatigit

dvcrn 2016-10-26T02:03:57.000174Z

https://atom.io/packages/git-plus

beetlefeet 2016-10-26T02:04:15.000176Z

yep that’s what I’m using, or more likely just the git command line in iterm2

dvcrn 2016-10-26T02:04:16.000177Z

but I found it too limiting, that's why we included atomatigit

dvcrn 2016-10-26T02:04:21.000178Z

yeah

beetlefeet 2016-10-26T02:05:17.000180Z

Maybe I should contribute to atomatigit to make a ‘lite’ version

beetlefeet 2016-10-26T02:05:41.000181Z

but I prefer a text UI like fugitive/magit/sublimegit anyway, the sidebar is too cramped

dvcrn 2016-10-26T02:08:08.000182Z

if you have time, please go for it 😉

mattly 2016-10-26T20:20:33.000183Z

how do theme sets work?

mattly 2016-10-26T20:20:59.000184Z

that is, if I want to specify a set of UI/Syntax theme to cycle through with SPC T n where do I put that?

mattly 2016-10-26T20:21:13.000185Z

additional entires for core.themes ?

mattly 2016-10-26T20:21:41.000186Z

and presumably I have to specify non-included themes under :additional-packages right?