Skip to content

Can't set ivy-format-function any more #2130

@Lenbok

Description

@Lenbok

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions