You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:I noticed that
swiper-minibuffer-faces
is used inivy.el
, butivy.el
does not depend onswiper.el
(rather it's the other way around).Putting
(require 'swiper)
in myinit.el
file solves the issue, but the README doesn't say this is necessary.The text was updated successfully, but these errors were encountered: