Yevgnen / ivy-rich

More friendly interface for ivy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ivy-format-function is obsolete

dwrz opened this issue · comments

The README recommends using:

(setq ivy-format-function #'ivy-format-function-line)

However, this variable is obsolete since June 03, 2019.

Is there any other recommended configuration?

Try: (setcdr (assq t ivy-format-functions-alist) #'ivy-format-function-line) 🙃