Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Add group to minor-mode definition
Browse files Browse the repository at this point in the history
Fixes #339
  • Loading branch information
justbur committed May 18, 2022
1 parent 129f4eb commit 1ab1d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions which-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ab1d0c

Please sign in to comment.