branch: externals/corfu
commit dc0b414be9c14d5c857e75b6b5aba73360f73e6b
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Change corfu-popupinfo-hide default to nil
---
 extensions/corfu-popupinfo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el
index 1299ec8a6b..1ae612b8eb 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)

Reply via email to