spacemacs/layers/+spacemacs/spacemacs-completion
2018-10-11 00:13:43 +03:00
..
config.el Move helm variable from helm layer to spacemacs-completion layer 2018-06-16 00:02:59 -04:00
funcs.el Use dotspacemacs backward compatibility macro instead of aliases 2018-06-08 02:24:38 -04:00
packages.el make spacemacs/counsel-search with proper highlighting 2018-09-01 00:13:03 +03:00
README.org Reformat documentation 2018-10-11 00:13:43 +03:00

spacemacs-completion layer

Description

This layer does basic setup for completion frameworks like helm, ivy and ido.

Its main role is to ensure sane defaults and consistent UI between helm and ivy because even when you are using only one of them you could still need to use the other (for instance a package that supports only helm).

Advanced configuration of these packages can be found in their respective layers in +completion layer directory.

Features:

  • Base preconfiguration of helm and ivy for other layers to use.
  • Basic support for ido-navigation configuration and transient state.