diff options
| -rw-r--r-- | extensions/corfu-popupinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el index 1299ec8..1ae612b 100644 --- a/extensions/corfu-popupinfo.el +++ b/extensions/corfu-popupinfo.el @@ -74,7 +74,7 @@ documentation from the backend is usually expensive." (choice (const nil) number)))) :group 'corfu) -(defcustom corfu-popupinfo-hide t +(defcustom corfu-popupinfo-hide nil "Hide the popup during the transition between candidates." :type 'boolean :group 'corfu) |
