Add space-doc link examples to README.org.template

This commit is contained in:
JAremko 2016-04-05 21:28:24 +03:00 committed by syl20bnr
parent f12bb5f090
commit de0f8ff677

View file

@ -3,6 +3,7 @@
# 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]]
@ -22,3 +23,8 @@ file.
| 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.