branch: externals/corfu commit 6460a3516ba6478114b947d7c18c2b9c5b45d0cc Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
corfu-history-decay: Decay more quickly --- extensions/corfu-history.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el index 72abac3729..dc12320146 100644 --- a/extensions/corfu-history.el +++ b/extensions/corfu-history.el @@ -58,7 +58,7 @@ appears in the completion list. The shift decays exponentially with :type 'number :group 'corfu) -(defcustom corfu-history-decay 20 +(defcustom corfu-history-decay 10 "Exponential decay for the position shift of duplicate elements. The shift will decay away after `corfu-history-duplicate' times `corfu-history-decay' history elements."