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

swiper-minibuffer-faces used but not defined in ivy.el #217

Closed
joostkremers opened this issue Sep 7, 2015 · 1 comment
Closed

swiper-minibuffer-faces used but not defined in ivy.el #217

joostkremers opened this issue Sep 7, 2015 · 1 comment

Comments

@joostkremers
Copy link

Just installed swiper / ivy as a replacement for ido and I'm running into an issue. When I start Emacs and then try to find a file with C-x C-f, completion does not work properly. In the *Messages* buffer, the following error appears:

Error in post-command-hook (ivy--exhibit): (void-variable swiper-minibuffer-faces)

I noticed that swiper-minibuffer-faces is used in ivy.el, but ivy.el does not depend on swiper.el (rather it's the other way around).

Putting (require 'swiper) in my init.el file solves the issue, but the README doesn't say this is necessary.

@abo-abo abo-abo closed this as completed in 5eac62d Sep 8, 2015
@abo-abo
Copy link
Owner

abo-abo commented Sep 8, 2015

Thanks, my mistake not to notice the circular dependency.

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