abingham / spacemacs-layers

My private spacemacs layers
2 stars 0 forks source link

Pull customizations out of .spacemacs #2

Closed abingham closed 8 years ago

abingham commented 8 years ago

Right now we've got some things in .spacemacs that I think should be in the layer. At least, it feels a bit hinky to have them in .spacemacs to me. The biggest example is the show-paren-match face customization in custom-set-faces. I'd rather do this explicitly in the layer or setup code than impinge on an area typically managed by some other package.

Other things are the contents of dotspacemacs/user-config, but this isn't all that bad. In fact, the face customization could go here fairly naturally.

abingham commented 8 years ago

Now dotspacemacs/user-config calls abingham-user-config at the very end. This is defined in the layer.