Fork me on GitHub
#proton
<
2016-10-26
>
mattly00:10:04

how do I reload ~/.proton ?

mattly00:10:41

ah, SPC _ r

dvcrn01:10:28

@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

dvcrn01:10:47

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

nikki02:10:13

do you use the magit thing for git stuff

dvcrn02:10:22

@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

nikki02:10:26

been using magit on spacemacs

dvcrn02:10:15

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

beetlefeet02:10:17

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.

dvcrn02:10:37

oh it does?

beetlefeet02:10:23

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

dvcrn02:10:52

You can try bare git-plus without atomatigit

beetlefeet02:10:15

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

dvcrn02:10:16

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

beetlefeet02:10:17

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

beetlefeet02:10:41

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

dvcrn02:10:08

if you have time, please go for it 😉

mattly20:10:33

how do theme sets work?

mattly20:10:59

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?

mattly20:10:13

additional entires for core.themes ?

mattly20:10:41

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