Fork me on GitHub
#spacemacs
<
2020-02-07
>
mccraigmccraig15:02:25

TIL SPC b U and i can see my magit buffers in my helm buffer-list again :the_horns:

practicalli-johnny16:02:00

Oh dear, I have 86 magit buffers open I wasnt aware of. I dont think I will be using SPC b U to often, reality can be scary 🙂

practicalli-johnny16:02:35

Of course I could just use SPC u q to leave magit and actually close the buffer

mccraigmccraig16:02:55

i must have good habits - i rarely have more than a few magit buffers open, i think i quit them by reflex when i'm finished in them

plins17:02:33

hey everyone, any tips on how to open Treemacs at spacemacs startup? Im using the developer branch

practicalli-johnny17:02:59

If there is any such setting, then its probably documented in https://develop.spacemacs.org/layers/+filetree/treemacs/README.html

plins17:02:26

calling treemacs from the user-config function opens it but after everything is loaded it collapses should I use some hook to open it after everything (sorry for the noob question)

practicalli-johnny22:02:26

If its not in the document I linked to, any answer I give would just be a guess. If a hook is needed, then there are some examples in my .spacemacs config here for different modes, maybe it will give you a few clues. https://github.com/practicalli/spacemacs-config/blob/master/.spacemacs.d/init.el#L660 If no one has an answer in this channel, I suggest asking in the main Spacemacs chat at https://gitter.im/syl20bnr/spacemacs

practicalli-johnny17:02:14

sorry, I dont use treemacs myself

plins17:02:10

Ive just switched to the development branch and SPC f t opens up treemacs instead of neotree

plins17:02:24

thanks anyway 😄