Fork me on GitHub
#spacemacs
<
2015-08-28
>
justgage14:08:49

Tried it out a few days ago. I'm very impressed! I'm a vim guy of like 4-5 years, and it's actually quite usable. I'm not super excited about having to figure out what a layer is just to add some plugins and keybindings, but still it's pretty cool

alandipert14:08:08

@justgage: yeah i'm with you on the layers thing... i want to checkout how to add layers without need extra files in my .spacemacs

justgage14:08:48

I just need to figure out how to change my indentation globaly

voxdolo14:08:09

justgage, alandipert: it's not documented very well, but you can use dotspacemacs/config to add customizations that don't really warrant their own layer. You can see an example in my .spacemacs: https://github.com/voxdolo/homeslice/blob/master/dotfiles/.spacemacs#L154

justgage14:08:46

good to know thanks 👍

justgage15:08:43

Do you need (require ) statements inside of layers?

justgage15:08:29

n/m found the docs