Skip to content

Commit

Permalink
fix: helm-display-header-line must be set when helm-echo-input-in-hea…
Browse files Browse the repository at this point in the history
…der-line is t (#15876)

helm-echo-input-in-header-line and helm-display-header-line must be both set.
emacs-helm/helm#2579 (comment)

Updated docstring makes this clear in helm documentation:
emacs-helm/helm@4e39df9
  • Loading branch information
kassick committed Jan 6, 2023
1 parent a46e7ce commit 290d873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-completion/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 290d873

Please sign in to comment.