From 290d873f916d5d0a030342ffb91a4ccb06bb9f26 Mon Sep 17 00:00:00 2001 From: Rodrigo Kassick Date: Fri, 6 Jan 2023 14:13:55 -0300 Subject: [PATCH] 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: https://github.com/emacs-helm/helm/commit/4e39df9ee024f82548028f0edde9c71afbcd3635 --- layers/+spacemacs/spacemacs-completion/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+spacemacs/spacemacs-completion/packages.el b/layers/+spacemacs/spacemacs-completion/packages.el index b2c34798a..4b9fc9683 100644 --- a/layers/+spacemacs/spacemacs-completion/packages.el +++ b/layers/+spacemacs/spacemacs-completion/packages.el @@ -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)