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:
parent
a24e4f51cd
commit
7a216692e8
1 changed files with 1 additions and 2 deletions
|
@ -81,8 +81,7 @@ be negative.")
|
||||||
helm-imenu-execute-action-at-once-if-one nil)
|
helm-imenu-execute-action-at-once-if-one nil)
|
||||||
|
|
||||||
(when (and EMACS26+ (featurep! +childframe))
|
(when (and EMACS26+ (featurep! +childframe))
|
||||||
(setq helm-display-function #'+helm-posframe-display
|
(setq helm-display-function #'+helm-posframe-display)
|
||||||
helm-echo-input-in-header-line t)
|
|
||||||
;; Fix "Specified window is not displaying the current buffer" error
|
;; Fix "Specified window is not displaying the current buffer" error
|
||||||
(advice-add #'posframe--get-font-height :around #'+helm*fix-get-font-height))
|
(advice-add #'posframe--get-font-height :around #'+helm*fix-get-font-height))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue