emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu-doc da93136780 95/95: Increase the default max wi


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc da93136780 95/95: Increase the default max width of the doc frame to 80 characters
Date: Tue, 19 Jul 2022 15:58:08 -0400 (EDT)

branch: externals/corfu-doc
commit da931367802d01e87e1e496ba5b51aa9126a705d
Author: Yuwei Tian <ibluefocus@outlook.com>
Commit: Yuwei Tian <ibluefocus@outlook.com>

    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

[Prev in Thread] Current Thread [Next in Thread]