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

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

[elpa] externals/transient 970563c54a 129/366: Put transient in extensio


From: Jonas Bernoulli
Subject: [elpa] externals/transient 970563c54a 129/366: Put transient in extensions custom group
Date: Tue, 25 Jan 2022 18:54:33 -0500 (EST)

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

    Put transient in extensions custom group
    
    Previously it was placed in `bindings', which would be the
    correct group if only it actually existed.
    
    `emacs' (top) Customization of the One True Editor.
     '-> `development' Support for further development of Emacs.
          '-> `extensions' Emacs Lisp language extensions.
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 006f46bb58..5aa9d08aa2 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -66,7 +66,7 @@
 
 (defgroup transient nil
   "Transient commands."
-  :group 'bindings)
+  :group 'extensions)
 
 (defcustom transient-show-popup t
   "Whether to show the current transient in a popup buffer.



reply via email to

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