Force helm posframe to respect min-(width|height)

And enable solaire-mode if available, and unused in origin buffer (to
make it easier to see posframe over non-solaire-mode buffers).
This commit is contained in:
Henrik Lissner 2018-08-11 00:27:56 +02:00
parent e127819d88
commit 3b4fd56cac
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 36 additions and 13 deletions

View file

@ -26,10 +26,10 @@ be negative.")
(defvar +helm-posframe-parameters
'((internal-border-width . 8)
(min-width . 80)
(min-height . 16)
(width . 0.5)
(height . 0.55))
(height . 0.35)
(min-width . 80)
(min-height . 16))
"TODO")