spacemacs/layers/+spacemacs/spacemacs-completion
Rodrigo Kassick 290d873f91
fix: helm-display-header-line must be set when helm-echo-input-in-header-line is t (#15876)
helm-echo-input-in-header-line and helm-display-header-line must be both set.
https://github.com/emacs-helm/helm/issues/2579#issuecomment-1373158505

Updated docstring makes this clear in helm documentation:
4e39df9ee0
2023-01-06 17:13:55 +00:00
..
README.org documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
config.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
funcs.el [helm] Fix dangerous implementation for helm-use-fuzzy 2022-06-19 19:43:04 +02:00
packages.el fix: helm-display-header-line must be set when helm-echo-input-in-header-line is t (#15876) 2023-01-06 17:13:55 +00:00

README.org

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.