Fix doc for S>-completion and S>-editing-visual layers

This commit is contained in:
smile13241324 2018-02-20 23:16:44 +01:00 committed by JAremko
parent d526121202
commit 93ec42177e
2 changed files with 18 additions and 4 deletions

View file

@ -2,7 +2,12 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#describe-spacemacs-completion-layer-in-this-file][describe spacemacs-completion layer in this file]]
- [[#features][Features:]]
* Description
** TODO describe spacemacs-completion layer in this file
This layer adds basics for providing code-completion for various major modes
to Spacemacs.
** Features:
- Preconfiguration of =helm= and =ivy= for other layers to use.
- Adding of =ido-navigation= configuration and transient state.

View file

@ -2,7 +2,16 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#describe-spacemacs-editing-visual-layer-in-this-file][describe spacemacs-editing-visual layer in this file]]
- [[#features][Features:]]
* Description
** TODO describe spacemacs-editing-visual layer in this file
This layer defines a lot of functions used to visually enhance the currently
edited line in Spacemacs.
** Features:
- Adaptive wrapping
- Hiding of comments
- Highlighting of columns longer than 80 chars
- Highlighting of different indentations
- Automatic highlighting of numbers
- Automatic highlighting of parentheses