map "C-h g" to describe-char
This commit is contained in:
parent
fa2fbcbffe
commit
77b2ceef64
1 changed files with 2 additions and 2 deletions
|
@ -316,8 +316,8 @@
|
||||||
(:map help-map
|
(:map help-map
|
||||||
"l" #'find-library
|
"l" #'find-library
|
||||||
"L" #'view-lossage
|
"L" #'view-lossage
|
||||||
"h" #'describe-face ; overwrite `view-hello-file'
|
"h" #'describe-face ; more useful than `view-hello-file'
|
||||||
"g" nil)) ; annoying to trigger accidentally
|
"g" #'describe-char)) ; more useful than `describe-gnu-project'
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue