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

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

[elpa] externals/which-key 1ab1d0cc88: Add group to minor-mode definitio


From: ELPA Syncer
Subject: [elpa] externals/which-key 1ab1d0cc88: Add group to minor-mode definition
Date: Wed, 18 May 2022 15:58:11 -0400 (EDT)

branch: externals/which-key
commit 1ab1d0cc88843c9a614ed3226c5a1070e32e4823
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@burkett.cc>

    Add group to minor-mode definition
    
    Fixes #339
---
 which-key.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/which-key.el b/which-key.el
index c9d60b88ca..19d1f9fb3d 100644
--- a/which-key.el
+++ b/which-key.el
@@ -782,6 +782,7 @@ disable support."
 (define-minor-mode which-key-mode
   "Toggle which-key-mode."
   :global t
+  :group 'which-key
   :lighter which-key-lighter
   :keymap (let ((map (make-sparse-keymap)))
             (mapc



reply via email to

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