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.
This commit is contained in:
Henrik Lissner 2018-08-10 19:30:51 +02:00
parent a24e4f51cd
commit 7a216692e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))