branch: elpa/eldoc-mouse
commit f29672672293cafa8da2070fbef1406b1a4ded4a
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Reduce posframe border width from 5 to 1
---
eldoc-mouse.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eldoc-mouse.el b/eldoc-mouse.el
index 721dd3fc24a..bdebeb02731 100644
--- a/eldoc-mouse.el
+++ b/eldoc-mouse.el
@@ -76,7 +76,7 @@ no limit, the popup may affect writing."
:type 'number
:group 'eldoc-mouse)
-(defcustom eldoc-mouse-posframe-border-width 5
+(defcustom eldoc-mouse-posframe-border-width 1
"The width of the posframe border."
:type 'number
:group 'eldoc-mouse)