[Emacs] Add help bindings
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b95ed6af54
commit
8907e55bc4
@ -5664,10 +5664,13 @@ Undefining some stuff to make keybind prefixes work correctly.
|
|||||||
|
|
||||||
"h" '(nil :wk "help")
|
"h" '(nil :wk "help")
|
||||||
"hk" #'which-key-show-top-level
|
"hk" #'which-key-show-top-level
|
||||||
|
"hi" #'info
|
||||||
|
"hI" #'info-display-manual
|
||||||
"hd" '(nil :wk "describe")
|
"hd" '(nil :wk "describe")
|
||||||
"hdc" #'describe-char
|
"hdc" #'describe-char
|
||||||
"hdC" #'helpful-command
|
"hdC" #'helpful-command
|
||||||
"hdf" #'helpful-callable
|
"hdf" #'helpful-callable
|
||||||
|
"hdi" #'describe-input-method
|
||||||
"hdk" #'helpful-key
|
"hdk" #'helpful-key
|
||||||
"hdm" #'helpful-macro
|
"hdm" #'helpful-macro
|
||||||
"hdM" #'helpful-mode
|
"hdM" #'helpful-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user