From 7a216692e8e879059cf03b779ae2db3bcea007c6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 10 Aug 2018 19:30:51 +0200 Subject: [PATCH] Don't modify helm-echo-input-in-header-line This variable isn't reliable; some sources change it, making it difficult to see our input. --- modules/completion/helm/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index 6dcecc793..27bd78ac0 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -81,8 +81,7 @@ be negative.") helm-imenu-execute-action-at-once-if-one nil) (when (and EMACS26+ (featurep! +childframe)) - (setq helm-display-function #'+helm-posframe-display - helm-echo-input-in-header-line t) + (setq helm-display-function #'+helm-posframe-display) ;; Fix "Specified window is not displaying the current buffer" error (advice-add #'posframe--get-font-height :around #'+helm*fix-get-font-height))