spacemacs/private
Eivind Fonn 3d72cf2a53 Add templates layer (thanks YasuharuIida) 2018-05-22 23:46:07 -04:00
..
local Add local dir in private dir 2015-09-22 19:34:25 -04:00
snippets Add local dir in private dir 2015-09-22 19:34:25 -04:00
templates Add templates layer (thanks YasuharuIida) 2018-05-22 23:46:07 -04:00
README.md Fix private/README.md 2016-10-13 20:49:14 +02:00

README.md

Private directory

The content of this directory is ignored by Git. This is the default place where to store your private configuration layers.

To create a new configuration layer:

SPC SPC configuration-layer/create-layer RET

Then enter the name of your configuration in the prompt.

A directory named after the created configuration layer will be created here along with template files within it (packages.el and extensions.el, more info on the meaning of those files can be found in the documentation).

Each created file has further guidance written in them.

Once the configuration is done, restart Emacs to load, install and configure your layer.