branch: externals/transient
commit 132090a4b6d65603a09e33113f6dbd9a1131e38e
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@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