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

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

[elpa] externals/transient 132090a4b6 17/17: transient-enable-popup-navi


From: Jonas Bernoulli
Subject: [elpa] externals/transient 132090a4b6 17/17: transient-enable-popup-navigation: Enable by default
Date: Fri, 25 Mar 2022 06:22:19 -0400 (EDT)

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

    transient-enable-popup-navigation: Enable by default
---
 lisp/transient.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 7cb8714107..8017afefce 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -131,7 +131,7 @@
                  (const  :tag "on demand (no summary)" 0)
                  (number :tag "after delay" 1)))
 
-(defcustom transient-enable-popup-navigation nil
+(defcustom transient-enable-popup-navigation t
   "Whether navigation commands are enabled in the transient popup.
 
 While a transient is active the transient popup buffer is not the
@@ -151,7 +151,7 @@ bindings are available:
 
 Each of these bindings is defined in either `transient-button-map'
 or `transient-popup-navigation-map'."
-  :package-version '(transient . "0.2.0")
+  :package-version '(transient . "0.4.0")
   :group 'transient
   :type 'boolean)
 



reply via email to

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