branch: elpa/eldoc-mouse
commit 8eca1bc0cf742bd7600d63a473b86ad9c20b27fc
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update eldoc-mouse posframe dimensions
---
eldoc-mouse.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eldoc-mouse.el b/eldoc-mouse.el
index 0faa999cc63..b9baba53859 100644
--- a/eldoc-mouse.el
+++ b/eldoc-mouse.el
@@ -59,17 +59,17 @@ that the mouse hover on a symbol before
:type 'number
:group 'eldoc-mouse)
-(defcustom eldoc-mouse-posframe-max-width 70
+(defcustom eldoc-mouse-posframe-max-width 120
"The maximum number of characters the posframe may contain in each line."
:type 'number
:group 'eldoc-mouse)
-(defcustom eldoc-mouse-posframe-min-height 3
+(defcustom eldoc-mouse-posframe-min-height 1
"The minimum number of lines posframe may contain."
:type 'number
:group 'eldoc-mouse)
-(defcustom eldoc-mouse-posframe-max-height 15
+(defcustom eldoc-mouse-posframe-max-height 30
"The maximum number of lines posframe may contain.
It could be nil, means no limit, in practical, I found that set this too big or
no limit, the popup may affect writing."