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 mode (name completion in minibuffer) with vertical choices.
;; big minibuffer height, for completion to show choices vertically (setq max-mini-window-height 0.7)
icomplete-vertical-mode