[Emacs] Add help bindings
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2021-10-25 18:32:47 +02:00
parent b95ed6af54
commit 8907e55bc4
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 0 deletions

View File

@ -5664,10 +5664,13 @@ Undefining some stuff to make keybind prefixes work correctly.
"h" '(nil :wk "help")
"hk" #'which-key-show-top-level
"hi" #'info
"hI" #'info-display-manual
"hd" '(nil :wk "describe")
"hdc" #'describe-char
"hdC" #'helpful-command
"hdf" #'helpful-callable
"hdi" #'describe-input-method
"hdk" #'helpful-key
"hdm" #'helpful-macro
"hdM" #'helpful-mode