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

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

[elpa] externals/mct 9e0d523 18/70: Change default value of mct-display-


From: ELPA Syncer
Subject: [elpa] externals/mct 9e0d523 18/70: Change default value of mct-display-buffer-action
Date: Thu, 11 Nov 2021 03:57:43 -0500 (EST)

branch: externals/mct
commit 9e0d523f0404a9ef7ff055fa7ad89dcb682fe971
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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



reply via email to

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