Bind C-h m to which-key-show-major-mode

This commit is contained in:
Case Duckworth 2021-09-03 18:49:29 -05:00
parent da3c2edde8
commit 85abc71bc2
1 changed files with 2 additions and 0 deletions

View File

@ -1866,6 +1866,8 @@ If used with a numeric prefix argument N, N backticks will be inserted."
which-key-idle-delay 1
which-key-idle-secondary-delay 0.5)
(:global "C-h m" #'which-key-show-major-mode)
(which-key-setup-side-window-right-bottom)
(which-key-mode +1))