Move helm posframe up slightly

And display input line in posframe.
This commit is contained in:
Henrik Lissner 2018-08-05 22:04:33 +02:00
parent ca6afcf3c7
commit 41697e4e6e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 2 deletions

View file

@ -72,7 +72,9 @@ be negative.")
(when (and EMACS26+ (featurep! +childframe))
(setq helm-display-function #'+helm-posframe-display
helm-display-buffer-default-height 0.3)
helm-display-buffer-default-height 0.42
helm-echo-input-in-header-line t)
;; Fix "Specified window is not displaying the current buffer" error
(advice-add #'posframe--get-font-height :override #'ignore))
(let ((fuzzy (featurep! +fuzzy)))