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
This commit is contained in:
Rodrigo Kassick 2023-01-06 14:13:55 -03:00 committed by GitHub
parent a46e7ce022
commit 290d873f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,10 +33,10 @@
(defun spacemacs-completion/init-default-helm-config ()
(setq helm-prevent-escaping-from-minibuffer t
helm-bookmark-show-location t
helm-display-header-line nil
helm-split-window-inside-p t
helm-always-two-windows t
helm-echo-input-in-header-line t
helm-display-header-line t
helm-imenu-execute-action-at-once-if-one nil
helm-org-format-outline-path t
helm-completion-style (if (eq helm-use-fuzzy 'always) 'helm-fuzzy 'helm)