You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brett Langdon 073860adc0 Merge commit '168bd9cce801934ad5708cf1e7a93db183df9add' as 'emacs.d' 10 years ago
..
.spacemacs.template Merge commit '168bd9cce801934ad5708cf1e7a93db183df9add' as 'emacs.d' 10 years ago
README.org.template Merge commit '168bd9cce801934ad5708cf1e7a93db183df9add' as 'emacs.d' 10 years ago
REPORTING.template Merge commit '168bd9cce801934ad5708cf1e7a93db183df9add' as 'emacs.d' 10 years ago
packages.el.template Merge commit '168bd9cce801934ad5708cf1e7a93db183df9add' as 'emacs.d' 10 years ago

README.org.template

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