diff options
| author | Yuwei Tian <ibluefocus@outlook.com> | 2022-06-21 23:54:00 +0800 |
|---|---|---|
| committer | Yuwei Tian <ibluefocus@outlook.com> | 2022-06-21 23:54:00 +0800 |
| commit | da931367802d01e87e1e496ba5b51aa9126a705d (patch) | |
| tree | 8cc8c870c92df215054eaecdb0070537fef7e655 | |
| parent | 5dd2a2987a9e470112151d89be3f35d95c633be5 (diff) | |
Increase the default max width of the doc frame to 80 charactersexternals/corfu-doc
| -rw-r--r-- | corfu-doc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu-doc.el b/corfu-doc.el index 3507830..18be74c 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) |
