spacemacs/core/templates/README.org.template

43 lines
1.4 KiB
Plaintext
Raw Normal View History

#+TITLE: %LAYER_NAME% layer
2019-05-20 11:49:34 +00:00
# Document tags are separated with "|" char
# The example below contains 2 tags: "layer" and "web service"
# Avaliable tags are listed in <spacemacs_root>/.ci/spacedoc-cfg.edn
# under ":spacetools.spacedoc.config/valid-tags" section.
2019-04-21 19:00:24 +00:00
#+TAGS: layer|web service
2014-12-25 20:25:10 +00:00
# The maximum height of the logo should be 200 pixels.
[[img/%LAYER_NAME%.png]]
2014-12-25 20:25:10 +00:00
# TOC links should be GitHub style anchors.
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
2014-12-25 20:25:10 +00:00
* Description
This layer adds support for something.
** Features:
- Autocomplete
2017-08-02 17:35:12 +00:00
- Lint
- Refactor
- ...
2014-12-25 20:25:10 +00:00
* Install
2016-03-22 00:04:38 +00:00
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =%LAYER_NAME%= to the existing =dotspacemacs-configuration-layers= list in this
file.
2014-12-25 20:25:10 +00:00
* Key bindings
2015-06-10 17:40:51 +00:00
| Key Binding | Description |
|-------------+----------------|
| ~SPC x x x~ | Does thing01 |
# Use GitHub URLs if you wish to link a Spacemacs documentation file or its heading.
# Examples:
# [[https://github.com/syl20bnr/spacemacs/blob/master/doc/VIMUSERS.org#sessions]]
# [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bfun/emoji/README.org][Link to Emoji layer README.org]]
# If space-doc-mode is enabled, Spacemacs will open a local copy of the linked file.