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

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

[elpa] externals/transient 88d935c7cb 164/366: transient-display-buffer-


From: Jonas Bernoulli
Subject: [elpa] externals/transient 88d935c7cb 164/366: transient-display-buffer-action: inhibit-same-window by default
Date: Tue, 25 Jan 2022 18:54:37 -0500 (EST)

branch: externals/transient
commit 88d935c7cb9f175871c4cfea7eef2c0514d03b06
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient-display-buffer-action: inhibit-same-window by default
---
 lisp/transient.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 38d4f23010..cc80191281 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -129,7 +129,9 @@ features are available:
   :type 'boolean)
 
 (defcustom transient-display-buffer-action
-  '(display-buffer-in-side-window (side . bottom))
+  '(display-buffer-in-side-window
+    (side . bottom)
+    (inhibit-same-window . t))
   "The action used to display the transient popup buffer.
 
 The transient popup buffer is displayed in a window using
@@ -155,7 +157,7 @@ then it doesn't work.
 
 If you change the value of this option, then you might also
 want to change the value of `transient-mode-line-format'."
-  :package-version '(transient . "0.2.0")
+  :package-version '(transient . "0.3.0")
   :group 'transient
   :type '(cons (choice function (repeat :tag "Functions" function))
                alist))



reply via email to

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