spacemacs/private
Rory O’Kane 6aa5dfeca8 Fix bad Markdown markup in private/README
A four-space indent is enough to mark the contents as code. Adding `` just makes the code itself contain ``.
2015-03-20 23:37:47 -04:00
..
snippets Add private snippets directory to yas-snippet-dirs 2015-01-29 00:33:14 -05:00
README.md Fix bad Markdown markup in private/README 2015-03-20 23:37:47 -04:00

README.md

Private repository

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> : 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.