0fb17fa9fa
Add `(default X)` comment to almost all dotspacemacs variables in dotspacemacs/init function in the template. Exempted are variables with long default values. (e.g. dotspacemacs-themes) Remove `(default X)` from doctsring of dotspacemacs variables. It isn't necessary, the built-in help system already displays the default value automatically. Fix some minor grammar and spelling mistakes. |
||
---|---|---|
.. | ||
.spacemacs.template | ||
packages.el.template | ||
README.org.template | ||
REPORTING.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: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] - [[#key-bindings][Key bindings]] * Description This layer adds support for something. ** Features: - Autocomplete - Lint - Refactor - ... * 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.