Variable: corfu-history-decay

corfu-history-decay is a customizable variable defined in corfu-history.el.

Value

10

Documentation

Exponential decay for the position shift of duplicate elements.

The shift will decay away after corfu-history-duplicate times corfu-history-decay history elements.

Source Code

;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu-history.el
(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."
  :type 'number
  :group 'corfu)