Emacs Init: Minibuffer Height
Set Minibuffer Height
minibuffer can be configured to display choices vertically.
this is especially useful if you are using Emacs: Icomplete, Minibuffer Name Completion with vertical choices.
;; big minibuffer height, for completion to show choices vertically (setq max-mini-window-height 0.7)

icomplete-vertical-mode