Fix documentation for parinfer, pdf-tools, yaml, csv and salt layer

This commit is contained in:
smile13241324 2017-10-04 10:13:01 +02:00 committed by JAremko
parent 0e06bbafc4
commit 97537e46a7
5 changed files with 36 additions and 4 deletions

View File

@ -4,6 +4,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#key-bindings][Key Bindings]]
@ -11,6 +12,15 @@
* Description
This layer adds tools for better integration of CSV files in Spacemacs.
** Features:
- Detecting of fields for various separators
- Aligning of fields
- Traversal of fields
- Killing of fields
- Sorting of rows
- Transposing of rows/columns
- Intelligent yanking of fields
* Install
** Layer
To use this contribution add it to your =~/.spacemacs=

View File

@ -2,11 +2,16 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#syntax-checking-with-flycheck][Syntax checking with flycheck]]
* Description
This layer provides syntax highlighting and syntax checking via [[http://www.flycheck.org/en/latest/languages.html#yaml][flycheck]] for YAML files.
This layer provides support for the YAML file format.
** Features:
- Syntax highlighting
- Syntax checking via [[http://www.flycheck.org/en/latest/languages.html#yaml][flycheck]]
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
@ -16,3 +21,6 @@ file.
* Syntax checking with flycheck
Flycheck checks YAML with yaml-jsyaml or yaml-ruby. The flycheck YAML
documentation can be found at the [[http://www.flycheck.org/en/latest/languages.html#yaml][flycheck website]].
Please notice that yaml-jsyaml requires node-js package js-yaml and that yaml-ruby requires ruby installed
on your system to work.

View File

@ -4,6 +4,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#key-bindings][Key bindings]]
@ -12,6 +13,9 @@
This layer provides an implementation of [[https://shaunlebron.github.io/parinfer/][parinfer]], a lisp editing paradigm that
controls indentation based on parentheses or vice versa.
** Features:
- Automatic managment of parenthesis in clojure, emacs lisp, common-lisp and scheme following the parinfer editing paradigm.
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =parinfer= to the existing =dotspacemacs-configuration-layers= list in this

View File

@ -4,6 +4,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#prerequisites][Prerequisites]]
- [[#dotfile][Dotfile]]
@ -27,10 +28,11 @@ key difference is, that pages are not pre-rendered by e.g. ghostscript and
stored in the file-system, but rather created on-demand and stored in memory."
#+end_quote
Examples of features that =pdf-tools= provides:
- Use =occur= in the pdf file;
- Show all headings in a outline buffer;
** Features:
- Searching and slicing with =occur=.
- Show document headings in outline buffer.
- Manipulate annotations.
- Fit PDF to screen.
* Install
** Prerequisites

View File

@ -4,17 +4,25 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer provides syntax highlighting for Saltstack files.
** Features:
- Syntax highlighting
- Display of salt documentation
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =salt= to the existing =dotspacemacs-configuration-layers= list in this
file.
To view documentation in Emacs or inline with ElDoc, Python and the Salt Python
libraries must be installed on the system containing the files being edited.
* Key bindings
| Key Binding | Description |