Fix doc for spell-checking and ansible layer

This commit is contained in:
smile13241324 2018-02-16 19:44:54 +01:00 committed by JAremko
parent 0961850391
commit 82b6ee3498
2 changed files with 12 additions and 7 deletions

View File

@ -14,14 +14,13 @@
- [[#known-issues][Known issues]]
* Description
This layer provides spell checking using [[http://www-sop.inria.fr/members/Manuel.Serrano/flyspell/flyspell.html][Flyspell]] and [[https://github.com/nschum/auto-dictionary-mode][auto-dictionary-mode]].
This layer provides spell checking capabilities to Spacemacs.
** Features:
- Buffer-wide spell checking via external command (ispell, hunspell, aspell)
- Spell as you type
- Optional corrections popup controlled with enable-flyspell-auto-completion
variable.
- Auto dictionary mode for some languages.
- Buffer-wide spell checking via external command (ispell, hunspell, aspell) run through [[http://www-sop.inria.fr/members/Manuel.Serrano/flyspell/flyspell.html][Flyspell]].
- Spell as you type
- Optional correction popups, controlled by =enable-flyspell-auto-completion= variable.
- [[https://github.com/nschum/auto-dictionary-mode][Auto dictionary mode]] for some languages.
* Install
** Layer

View File

@ -4,6 +4,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#ansible-vault][ansible-vault]]
@ -12,7 +13,12 @@
- [[#key-bindings][Key bindings]]
* Description
This layer adds support for Ansible-flavored YAML buffers and Jinja2 templates.
This layer adds support for editing Ansible configuration files in Spacemacs.
** Features:
- Syntax highlighting for Ansible-flavored YAML and Jinja2 templates.
- Auto-completion via =company-ansible=.
- Integration of =ansible-vault= into emacs for automatic encryption/decryption of files.
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to