spacemacs/private/README.md

22 lines
788 B
Markdown
Raw Normal View History

2015-09-22 23:34:25 +00:00
# Private directory
2014-11-22 02:06:11 +00:00
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:
2016-10-13 18:49:01 +00:00
SPC SPC configuration-layer/create-layer RET
2014-11-22 02:06:11 +00:00
2014-11-25 04:09:06 +00:00
Then enter the name of your configuration in the prompt.
2014-11-22 02:06:11 +00:00
A directory named after the created configuration layer will be created here
2014-11-25 04:09:06 +00:00
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][conf_layers]).
2014-11-22 02:06:11 +00:00
2014-11-25 04:09:06 +00:00
Each created file has further guidance written in them.
2014-11-22 02:06:11 +00:00
Once the configuration is done, restart Emacs to load, install and configure
your layer.
2014-11-25 04:09:06 +00:00
[conf_layers]: https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org#extensions-and-packages