summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-09-03 18:49:29 -0500
committerCase Duckworth2021-09-03 18:49:29 -0500
commit85abc71bc2aff55ea3955dba51c409d6204b1d40 (patch)
tree8ea0bccb7475fbd44f9d43d0e04d9257edd5b929
parentFix bug in loading (diff)
downloademacs-85abc71bc2aff55ea3955dba51c409d6204b1d40.tar.gz
emacs-85abc71bc2aff55ea3955dba51c409d6204b1d40.zip
Bind C-h m to which-key-show-major-mode
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index cb8d41e..324430c 100644 --- a/init.el +++ b/init.el
@@ -1866,6 +1866,8 @@ If used with a numeric prefix argument N, N backticks will be inserted."
1866 which-key-idle-delay 1 1866 which-key-idle-delay 1
1867 which-key-idle-secondary-delay 0.5) 1867 which-key-idle-secondary-delay 0.5)
1868 1868
1869 (:global "C-h m" #'which-key-show-major-mode)
1870
1869 (which-key-setup-side-window-right-bottom) 1871 (which-key-setup-side-window-right-bottom)
1870 (which-key-mode +1)) 1872 (which-key-mode +1))
1871 1873