[Emacs] Add helpful keybinds

This commit is contained in:
Lucien Cartier-Tilet 2021-06-22 16:45:13 +02:00
parent 18684bbb2b
commit c73931526e
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 0 deletions

View File

@ -3929,8 +3929,12 @@ Undefining some stuff to make keybind prefixes work correctly.
"hk" #'which-key-show-top-level
"hd" '(nil :wk "describe")
"hdc" #'describe-char
"hdC" #'helpful-command
"hdf" #'helpful-callable
"hdk" #'helpful-key
"hdm" #'helpful-macro
"hdM" #'helpful-mode
"hds" #'helpful-symbol
"hdv" #'helpful-variable
"i" '(nil :wk "insert")