corfu-prescient-mode doesn't add inserted candidates to prescient--history #135
Closed
Description
Tested with emacs -Q with those settings
(setq corfu-auto t)
(setq corfu-auto-prefix 0)
(corfu-mode +1)
(corfu-prescient-mode +1)
Currently, corfu-prescient--remember
doesn't add corfu-insert candidate to prescient--history. It might be related with this line:
prescient.el/vertico-prescient.el
Line 181 in 50b7b85
After I use this hack:
(advice-add #'corfu-insert :before #'corfu-prescient--remember)
corfu-prescient--remember
seems to work normally.
Metadata
Assignees
Labels
No labels