mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user