branch: externals/mct commit 9e0d523f0404a9ef7ff055fa7ad89dcb682fe971 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Change default value of mct-display-buffer-action --- mct.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mct.el b/mct.el index 4b5b055..ed58d95 100644 --- a/mct.el +++ b/mct.el @@ -121,8 +121,7 @@ delay introduced by `mct-live-update-delay'." :group 'mct) (defcustom mct-display-buffer-action - '((display-buffer-in-side-window) - (side . bottom)) + '((display-buffer-at-bottom)) "The action used to display the Completions' buffer. The value has the form (FUNCTION . ALIST), where FUNCTIONS is