Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ivy's upstream changes break variable ivy-format-function #87

Closed
cireu opened this issue Jun 16, 2019 · 1 comment
Closed

Ivy's upstream changes break variable ivy-format-function #87

cireu opened this issue Jun 16, 2019 · 1 comment

Comments

@cireu
Copy link
Contributor

cireu commented Jun 16, 2019

Since this commit abo-abo/swiper@7feb14f, Ivy mark ivy-format-function as obsolete, now Ivy use ivy-format-functions-alist.

This change may break the settings in init-ivy.el

https://github.com/seagle0128/.emacs.d/blob/master/lisp/init-ivy.el#L130

Following code snippet may be a quick fix

(setq ivy-format-functions-alist '(t . my-ivy-format-function-arrow))

But it seems that it's hard to keep UI consistency in Emacs because counsel/swiper add some customize format function (exmaple) for special commands :(

@seagle0128
Copy link
Owner

Thank you for the reporting! I am investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants