I would like to set a specific window for the minibuffer completion list. Currently, I have 3 windows in this configuration:
______
| | |
|____| |
|____|_|
In this case, I'd like to use the bottom left window for the minibuffer completion list.
Currently, it seems to a window at random, and most of the time it likes to use the far right window, which is too thin to show the completion list without me having to scroll horizontally, which is irritating.
Also, I'm using a lisp script called revive.el to restore my window configuration from a file (~/.revive.el) when I load Emacs.