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:
parent
e127819d88
commit
3b4fd56cac
2 changed files with 36 additions and 13 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue