-
-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Description
This used to be a single variable, which I had set to ivy-format-function-line, but now it seems that that ivy-format-function has been obseleted, referring me to ivy-format-functions-alist.
The built-in help for that variable tells me it can be customized, but when I try to customize it there is an error, and the value cannot be customized.
If I try to add (setq ivy-format-functions-alist '((t . ivy-format-function-line))) to my init.el, this makes swiper-isearch crash when I enter the first character, with
Error in post-command-hook (ivy--queue-exhibit): (wrong-type-argument sequencep 5)
How can I set the format function back to the ivy-format-function-line that I had previously?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels