editor-bootstrap / emacs-bootstrap

Your on-the-fly Emacs development environment.
http://emacs-bootstrap.com
MIT License
166 stars 23 forks source link

smex failed when using ivy mode #23

Closed johncming closed 7 years ago

johncming commented 7 years ago

Hi, when I use ivy mode and I find that below.

qq20161221-0

Working properly after I press M-x

qq20161221-1

How should I to modify the configration.

Thanks.

rakanalh commented 7 years ago

Hi... sorry but i don't seem to follow. Care to elaborate more on this issue? whats the smex failure you're referring to?

johncming commented 7 years ago

After emacs initialized, the autocomplete function work incorrect that have no hints of items like directories or files.

If I press M-x or C-x C-m, then the autocomplete function work fine. I don't know how to do modify it. I havd try it below:

(smex-initialize)

but, it doesn't work.

rakanalh commented 7 years ago

Ah i see. This actually happens with me when i start Emacs... to be honest i haven't got to fixing this in my own configuration and i think this is an Ivy / counsel issue rather than a bootstrap issue. Maybe you can file a ticket on Ivy's repo?