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