add spacemacs to play with org mode

This commit is contained in:
Thomas Ruoff
2019-06-23 00:58:40 +02:00
parent 1f16c8557d
commit cb8a972d8e
5 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# 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][conf_layers]).
Each created file has further guidance written in them.
Once the configuration is done, restart Emacs to load, install and configure
your layer.
[conf_layers]: https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org#extensions-and-packages

View File

@@ -0,0 +1,6 @@
# Private directory for local packages
The content of this directory is ignored by Git.
This is the place to store the local packages that you define in
the `dotspacemacs-additional-packages` variable of your dotfile.

View File

@@ -0,0 +1,6 @@
# Private directory for Yasnippets snippets
The content of this directory is ignored by Git. This is the default place
where to store your private yasnippets.
This path will be loaded automatically and used whenever Yasnippets loads.

View File

@@ -0,0 +1,6 @@
# Private directory for Yatemplate templates
The content of this directory is ignored by Git. This is the default place
where to store your private templates.
This path will be loaded automatically and used whenever Yatemplate loads.