Fix documentation for speed-reading, restclient and pandoc layer

This commit is contained in:
smile13241324 2017-11-30 21:05:07 +01:00 committed by JAremko
parent 87a2145b4a
commit af501dc25a
3 changed files with 14 additions and 3 deletions

View File

@ -2,6 +2,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#pandoc][Pandoc]]
@ -15,7 +16,9 @@ Pandoc is a universal document converter. It makes it easy to e.g. convert a
Markdown file to org mode or vice versa. It can also export your text to PDF or
DOCX.
This layer automatically install an org exporter using the [[https://github.com/kawabata/ox-pandoc][ox-pandoc]].
** Features:
- Mode independent document conversions via =global pandoc menu=
- =Org-export= integration via [[https://github.com/kawabata/ox-pandoc][ox-pandoc]]
* Install
** Layer

View File

@ -2,6 +2,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#restclient][Restclient]]
@ -9,8 +10,11 @@
- [[#ob-http][ob-http]]
* Description
This layer lets you have a REPL-like interface for http requests using a
[[https://github.com/pashky/restclient.el][restclient]] buffer or an =org= buffer.
This layer provides a REPL-like interface for http requests.
** Features:
- REPL for http requests via [[https://github.com/pashky/restclient.el][restclient]]
- Alternative =org= integration via [[http://github.com/zweifisch/ob-http][ob-http]]
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to

View File

@ -2,12 +2,16 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
A speed reading mode for Emacs.
** Features:
- Support for =speed-reading= of arbitrary texts
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =speed-reading= to the existing =dotspacemacs-configuration-layers= list in this