emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/mct 51c1e17 23/70: Reuse existing Completions' before r


From: ELPA Syncer
Subject: [elpa] externals/mct 51c1e17 23/70: Reuse existing Completions' before re-displaying
Date: Thu, 11 Nov 2021 03:57:44 -0500 (EST)

branch: externals/mct
commit 51c1e17e88fbe9af64b959865db7970670be40d2
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Protesilaos Stavrou <info@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]