windows 10 , Emacs 26.1, Icicles
In my init.el
(add-to-list 'load-path "~/.emacs.d/elpa/icicles")
(require 'icicles)
(icy-mode 1)
And when I type the candidates are show on the right side.
Why?
Is it possible to candidates to show ABOVE mini-buffer?