spacemacs/core/templates
syl20bnr d6a286d176 Revert "Set default value of dotspacemacs-startup-lists to nil"
This reverts commit 36f861aaff.

This is indeed very useful for new users (and the others :-))
2016-10-16 22:33:05 -04:00
..
.spacemacs.template Revert "Set default value of dotspacemacs-startup-lists to nil" 2016-10-16 22:33:05 -04:00
packages.el.template Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00
README.org.template Add space-doc link examples to README.org.template 2016-04-12 23:11:26 -04:00
REPORTING.template core: Use lowercase in bug report submit binding 2016-08-30 14:26:43 -04:00

#+TITLE: %LAYER_NAME% layer

# The maximum height of the logo should be 200 pixels.
[[img/%LAYER_NAME%.png]]

# TOC links should be GitHub style anchors.
* Table of Contents                                        :TOC_4_gh:noexport:
 - [[#decsription][Description]]
 - [[#install][Install]]
 - [[#key-bindings][Key bindings]]

* Description
This layer does wonderful things:
  - thing01

* Install
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.

* Key bindings

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