ivy-overlay should require 'overlay.el' #707
Comments
I have no |
It's not working on my emacs: |
if i require overlay it is working for short time and then it gives the error: |
Please provide a reproduction scenario. Also, what error do you get if you don't |
i start emacs with -Q and i get the error message |
You don't need to customize anything, it's all automatic. The overlay function will be used only from |
so how do i enable it to show completion in an overlay? |
got it thanks. |
Don't call `ivy-left-pad' with a negative arg. This change should theoretically enable you to: (setq ivy-display-function 'ivy-display-function-overlay) Note that this isn't recommended: things go crazy for `swiper' etc. `'ivy-display-function-overlay' is best used only for in-line completion (e.g. `complete-symbol'). Fixes #707
not shure but on my emacs it only works if i require 'overlay'
The text was updated successfully, but these errors were encountered: