branch: externals/mct commit 51c1e17e88fbe9af64b959865db7970670be40d2 Author: Philip Kaludercic <phil...@posteo.net> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Reuse existing Completions' before re-displaying Addresses bug in issue 3, as reported by Dinko (@dinkonin): <https://gitlab.com/protesilaos/mct/-/issues/3>. --- mct.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mct.el b/mct.el index fe7f25d..e0651bf 100644 --- a/mct.el +++ b/mct.el @@ -121,7 +121,7 @@ delay introduced by `mct-live-update-delay'." :group 'mct) (defcustom mct-display-buffer-action - '((display-buffer-at-bottom)) + '((display-buffer-reuse-window display-buffer-at-bottom)) "The action used to display the Completions' buffer. The value has the form (FUNCTION . ALIST), where FUNCTIONS is