branch: externals/corfu-doc
commit da931367802d01e87e1e496ba5b51aa9126a705d
Author: Yuwei Tian <[email protected]>
Commit: Yuwei Tian <[email protected]>

    Increase the default max width of the doc frame to 80 characters
---
 corfu-doc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 35078300a5..18be74cb84 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -76,7 +76,7 @@ documentation update delay."
           (const :tag "clear content" clear)
           (const :tag "hide popup" hide)))
 
-(defcustom corfu-doc-max-width 60
+(defcustom corfu-doc-max-width 80
   "The max width of the corfu doc frame in characters."
   :type 'integer)
 

Reply via email to